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