UIElement.OnPreviewTouchMove(TouchEventArgs) 메서드

정의

이 요소 내부에 있는 동안 터치가 이동할 때 발생하는 PreviewTouchMove 라우트된 이벤트에 대한 클래스 처리를 제공합니다.

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

매개 변수

e
TouchEventArgs

이벤트 데이터를 포함하는 TouchEventArgs입니다.

설명

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

적용 대상