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