UIElement.ManipulationStarted 이벤트

정의

입력 디바이스가 UIElement 개체에서 조작을 시작할 때 발생합니다.

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

이벤트 유형

설명

이벤트는 ManipulationStarted 이벤트 이후에 ManipulationStarting 발생합니다. 를 사용하여 다음 ManipulationStartedEventArgs을 수행할 수 있습니다.

  • 속성을 사용하여 ManipulationContainer 조작의 위치가 상대적인 요소를 가져옵니다.

  • 속성을 사용하여 조작의 원본을 ManipulationOrigin 가져옵니다.

  • 메서드를 호출하여 조작을 취소합니다 Complete .

조작에 대 한 자세한 내용은 참조는 입력 개요합니다. 조작에 응답 하는 애플리케이션 예제를 보려면 연습: 만드는 첫 번째 터치 애플리케이션합니다.

라우팅 이벤트 정보

식별자 필드 ManipulationStartedEvent
라우팅 전략 버블링
대리자 EventHandler<TEventArgs> 형식의 ManipulationStartedEventArgs입니다.

적용 대상