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

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

Occurs when an execution token has been prepared.

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

Syntax


public event Nullable<EventHandler<ExecutionTokenPreparedEventArgs>> ExecutionTokenPrepared
Public Event ExecutionTokenPrepared As Nullable(Of EventHandler(Of ExecutionTokenPreparedEventArgs))
public:
 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.