Spread Silverlight Documentation
ChartSelectionChanged Event


GrapeCity.Windows.SpreadSheet.Data Namespace > Worksheet Class : ChartSelectionChanged Event
Occurs when the chart selection has changed.
Syntax
'Declaration
 
Public Event ChartSelectionChanged As System.EventHandler(Of ChartSelectionChangedEventArgs)
'Usage
 
Dim instance As Worksheet
Dim handler As System.EventHandler(Of ChartSelectionChangedEventArgs)
 
AddHandler instance.ChartSelectionChanged, handler
public event System.EventHandler<ChartSelectionChangedEventArgs> ChartSelectionChanged
Event Data

The event handler receives an argument of type ChartSelectionChangedEventArgs containing data related to this event. The following ChartSelectionChangedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the chart.  
See Also