Class InvokableEvent<T0>
Inheritance
InvokableEvent<T0>
Syntax
public class InvokableEvent<T0> : InvokableEventBase
Type Parameters
Constructors
InvokableEvent(Object, String)
Declaration
public InvokableEvent(object target, string methodName)
Parameters
Fields
action
Declaration
Field Value
Methods
Invoke(T0)
Declaration
public void Invoke(T0 arg0)
Parameters
Type |
Name |
Description |
T0 |
arg0 |
|
Invoke(Object[])
Declaration
public override void Invoke(params object[] args)
Parameters
Type |
Name |
Description |
Object[] |
args |
|
Overrides