Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

DataSource..::..ExecutionStarted Event

Raised when a procedure call is started

Namespace:  Tortuga.Chain.DataSources
Assembly:  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);
}