Chart.SelectionRangeChanging Evento

Definición

Se produce cuando la posición inicial o final de la selección está a punto de cambiar.

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

Tipo de evento

EventHandler<CursorEventArgs>

Se aplica a