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