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