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