UIElement.ManipulationCompleted 이벤트

정의

UIElement 개체에서 조작이 완료되고 활동이 없게 될 때 발생합니다.

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

이벤트 유형

EventHandler<ManipulationCompletedEventArgs>

설명

이 이벤트를 사용하여 조작이 완료되면 조작에 대한 정보를 가져올 수 있습니다. 예를 들어 이 속성을 사용하여 ManipulationCompletedEventArgs.TotalManipulation 조작 위치가 변경된 총 크기를 확인할 수 있습니다.

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

라우팅 이벤트 정보

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

적용 대상