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