DataSource..::..OnExecutionCanceled Method (ExecutionEventArgs)
Raises the ExecutionCanceled event.
Namespace:
Tortuga.Chain.DataSourcesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
[EditorBrowsableAttribute] public void OnExecutionCanceled( ExecutionEventArgs e )
<EditorBrowsableAttribute> _ Public Sub OnExecutionCanceled ( _ e As ExecutionEventArgs _ )
[EditorBrowsableAttribute] public: void OnExecutionCanceled( ExecutionEventArgs^ e )
Parameters
- e
- Type: Tortuga.Chain..::..ExecutionEventArgs
The ExecutionEventArgs instance containing the event data.