Chart.AxisViewChanging 이벤트

정의

축 눈금 뷰 위치 또는 크기를 변경되기 전에 발생합니다.

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) 

이벤트 유형

EventHandler<ViewEventArgs>

적용 대상