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