Chart.SelectionRangeChanged Event

Definition

Occurs when the selection start position or end position is changed.

public:
 event EventHandler<System::Windows::Forms::DataVisualization::Charting::CursorEventArgs ^> ^ SelectionRangeChanged;
public event EventHandler<System.Windows.Forms.DataVisualization.Charting.CursorEventArgs> SelectionRangeChanged;
member this.SelectionRangeChanged : EventHandler<System.Windows.Forms.DataVisualization.Charting.CursorEventArgs> 
Public Custom Event SelectionRangeChanged As EventHandler(Of CursorEventArgs) 
Public Event SelectionRangeChanged As EventHandler(Of CursorEventArgs) 

Event Type

Applies to