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