'Declaration Public Event SurfaceChartSelectionChanged As System.EventHandler(Of SurfaceChartSelectionChangedEventArgs)
'Usage Dim instance As Worksheet Dim handler As System.EventHandler(Of SurfaceChartSelectionChangedEventArgs) AddHandler instance.SurfaceChartSelectionChanged, handler
public event System.EventHandler<SurfaceChartSelectionChangedEventArgs> SurfaceChartSelectionChanged
Event Data
The event handler receives an argument of type SurfaceChartSelectionChangedEventArgs containing data related to this event. The following SurfaceChartSelectionChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Chart | Gets the chart. |
See Also