InstrumentDefinitionEndEventHandler Delegate

public delegate void InstrumentDefinitionEndEventHandler( 
object sender
InstrumentDefinitionEndEventArgs args 
)
This language is not supported or no code example is available.
public:  
delegate void InstrumentDefinitionEndEventHandler( 
object^ sender
InstrumentDefinitionEndEventArgs^ args 
)
This language is not supported or no code example is available.
JScript supports the use of delegates, but not the declaration of new ones.
This language is not supported or no code example is available.

Parameters

sender
object

args
InstrumentDefinitionEndEventArgs

In this article

Definition