Spread Silverlight Documentation
SurfaceChartSelectionChanged Event


GrapeCity.Windows.SpreadSheet.Data Namespace > Worksheet Class : SurfaceChartSelectionChanged Event
Occurs when the chart selection has changed.
Syntax
'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.

PropertyDescription
Gets the chart.  
See Also