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