UIElement.ManipulationCompleted 이벤트
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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)
이벤트 유형
설명
이 이벤트를 사용하여 조작이 완료되면 조작에 대한 정보를 가져올 수 있습니다. 예를 들어 이 속성을 사용하여 ManipulationCompletedEventArgs.TotalManipulation 조작 위치가 변경된 총 크기를 확인할 수 있습니다.
조작에 대 한 자세한 내용은 참조는 입력 개요합니다. 조작에 응답 하는 애플리케이션 예제를 보려면 연습: 만드는 첫 번째 터치 애플리케이션합니다.
라우팅 이벤트 정보
식별자 필드 | ManipulationCompletedEvent |
라우팅 전략 | 버블링 |
대리자 | EventHandler<TEventArgs> 형식의 ManipulationCompletedEventArgs입니다. |