HistoricalDataEndEventHandler Delegate

Delegate HistoricalDataEndEventHandler
public delegate void HistoricalDataEndEventHandler( 
object sender
HistoricalDataEndEventArgs args 
)
This language is not supported or no code example is available.
public:  
delegate void HistoricalDataEndEventHandler( 
object^ sender
HistoricalDataEndEventArgs^ 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

The sender.

args
HistoricalDataEndEventArgs

The HistoricalDataEndEventArgs instance containing the event data.

In this article

Definition