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