'Declaration Public Event SurfaceChartSelectionChanged As EventHandler(Of SurfaceChartSelectionChangedEventArgs)
'Usage Dim instance As Worksheet Dim handler As EventHandler(Of SurfaceChartSelectionChangedEventArgs) AddHandler instance.SurfaceChartSelectionChanged, handler
public event 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