DataSource..::..GlobalExecutionCanceled Event
Raised when a executionDetails is canceled in any dispatcher.
Namespace:
Tortuga.Chain.DataSourcesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public static event Nullable<EventHandler<ExecutionEventArgs>> GlobalExecutionCanceled
Public Shared Event GlobalExecutionCanceled As Nullable(Of EventHandler(Of ExecutionEventArgs))
public: static event Nullable<EventHandler<ExecutionEventArgs^>^> GlobalExecutionCanceled { void add (Nullable<EventHandler<ExecutionEventArgs^>^> value); void remove (Nullable<EventHandler<ExecutionEventArgs^>^> value); }