ILink<(Of <(<'TResult>)>)>..::..ExecutionTokenPrepared Event
Occurs when an execution token has been prepared.
Namespace:
Tortuga.ChainAssembly: 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); }