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