Class InvokableEvent
Namespace: SerializableCallback
Syntax
public class InvokableEvent : InvokableEventBase
Constructors
InvokableEvent(Object, String)
Constructor
Declaration
public InvokableEvent(object target, string methodName)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | target | |
| String | methodName |
Fields
action
Declaration
public Action action
Field Value
| Type | Description |
|---|---|
| Action |
Methods
Invoke()
Declaration
public void Invoke()
Invoke(Object[])
Declaration
public override void Invoke(params object[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| Object[] | args |