UIElement.OnManipulationStarted(ManipulationStartedEventArgs) 메서드

정의

ManipulationStarted 이벤트가 발생할 때 호출됩니다.

protected:
 virtual void OnManipulationStarted(System::Windows::Input::ManipulationStartedEventArgs ^ e);
protected virtual void OnManipulationStarted (System.Windows.Input.ManipulationStartedEventArgs e);
abstract member OnManipulationStarted : System.Windows.Input.ManipulationStartedEventArgs -> unit
override this.OnManipulationStarted : System.Windows.Input.ManipulationStartedEventArgs -> unit
Protected Overridable Sub OnManipulationStarted (e As ManipulationStartedEventArgs)

매개 변수

e
ManipulationStartedEventArgs

이벤트 데이터입니다.

설명

메서드에는 OnManipulationStarted 기본 구현이 없습니다. 이벤트를 처리하도록 파생 클래스에서 재정 OnManipulationStarted 의합니다 ManipulationStarted . 기본 클래스가 OnManipulationStarted 이벤트를 수신하도록 기본 클래스의 메서드를 호출해야 합니다.

적용 대상