Chart.SelectionRangeChanged Evento

Definición

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

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

EventHandler<CursorEventArgs>

Se aplica a