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

ILink<(Of <(<'TResult>)>)>..::..ExecutionTokenPrepared Event

Occurs when an execution token has been prepared.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


[EditorBrowsableAttribute]
event Nullable<EventHandler<ExecutionTokenPreparedEventArgs>> ExecutionTokenPrepared
<EditorBrowsableAttribute> _
Event ExecutionTokenPrepared As Nullable(Of EventHandler(Of ExecutionTokenPreparedEventArgs))
[EditorBrowsableAttribute]
 event Nullable<EventHandler<ExecutionTokenPreparedEventArgs^>^> ExecutionTokenPrepared {
	void add (Nullable<EventHandler<ExecutionTokenPreparedEventArgs^>^> value);
	void remove (Nullable<EventHandler<ExecutionTokenPreparedEventArgs^>^> value);
}

Remarks


This is mostly used by appenders to override command behavior.