ContentElement.LostTouchCapture 이벤트

정의

이 요소가 터치 캡처를 잃을 때 발생합니다.

public:
 event EventHandler<System::Windows::Input::TouchEventArgs ^> ^ LostTouchCapture;
public event EventHandler<System.Windows.Input.TouchEventArgs> LostTouchCapture;
member this.LostTouchCapture : EventHandler<System.Windows.Input.TouchEventArgs> 
Public Custom Event LostTouchCapture As EventHandler(Of TouchEventArgs) 

이벤트 유형

설명

라우트된 이벤트 정보

항목 가치
식별자 필드 LostTouchCaptureEvent
라우팅 전략 버블링
대리자 EventHandler<TEventArgs>형식의 .TouchEventArgs
  • 파생 클래스에서 이 이벤트에 대한 클래스 처리를 구현하려면 재정 OnLostTouchCapture 의합니다.

적용 대상