Method Invoke
| Improve this Doc View SourceInvoke(Action, Action<T>, Action<T>)
Executes the action and notifies the addon objects.
Declaration
protected void Invoke(Action action, Action<T> onExecuting, Action<T> onExecuted)
Parameters
Type | Name | Description |
---|---|---|
System.Action | action | The action to be executed. |
System.Action<T> | onExecuting | Receives the notification before action executing. |
System.Action<T> | onExecuted | Receives the notification after action executed. |