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