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