Chart.AxisViewChanging Evento

Definición

Se produce cuando la posición o el tamaño de la vista de escala del eje está a punto de cambiar.

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

Tipo de evento

Se aplica a