Show / Hide Table of Contents

Method Invoke

| Improve this Doc View Source

Invoke(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest