Chart.SelectionRangeChanged Evento

Definición

Se produce cuando se cambia la posición inicial de la selección o la posición final.

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) 

Tipo de evento

Se aplica a