Namespace: AsteroidsAssembly: Asteroids (in Asteroids.exe) Version: 1.1.1.0 (1.1.1)
public event Action<int> IncreaseScore
public event Action<int> IncreaseScore
Public Event IncreaseScore As Action(Of Integer)
Public Event IncreaseScore As Action(Of Integer)
public:
event Action<int>^ IncreaseScore {
void add (Action<int>^ value);
void remove (Action<int>^ value);
}
public:
event Action<int>^ IncreaseScore {
void add (Action<int>^ value);
void remove (Action<int>^ value);
}
member IncreaseScore : IEvent<Action<int>,
EventArgs>
member IncreaseScore : IEvent<Action<int>,
EventArgs>
Value
Type:
System Action Int32