'Declaration Event ElementSelecting As EventHandler(Of ChartElementSelectingEventArgs)
'Usage Dim instance As IChart Dim handler As EventHandler(Of ChartElementSelectingEventArgs) AddHandler instance.ElementSelecting, handler
event EventHandler<ChartElementSelectingEventArgs> ElementSelecting
Event Data
The event handler receives an argument of type ChartElementSelectingEventArgs containing data related to this event. The following ChartElementSelectingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
ChartObject | Gets the IChartObject owner. |
HitTestResult | Gets the hit test result. |
Remarks
This function works with Spread WPF only.
See Also