[C#] | public event WinHotSpotEventHandler ClickHotSpot; |
[VB] | Public Event ClickHotSpot As WinHotSpotEventHandler |
ChartDirector 7.1 (.NET Edition)
WinChartViewer.
Declaration
[C#] | public event WinHotSpotEventHandler ClickHotSpot; |
[VB] | Public Event ClickHotSpot As WinHotSpotEventHandler |
Description
[VB] | Public Delegate Sub WinHotSpotEventHandler(sender As Object, e As WinHotSpotEventArgs) |
[C#] | public delegate void WinHotSpotEventHandler(object sender, WinHotSpotEventArgs e); |