HistoricalDataEventHandler Delegate

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

The HistoricalDataEventArgs instance containing the event data.

In this article

Definition