확장 최소화
이 항목은 아직 평가되지 않았습니다.- 이 항목 평가

GestureRecognizer.ManipulationCompleted | manipulationcompleted Event

입력점이 해제되고 관성을 통한 모든 후속 동작(변환, 확장 또는 회전)이 끝났을 때 발생합니다.

구문


function onManipulationCompleted(eventArgs) { /* 사용자 코드 */ }
 
// addEventListener syntax
gestureRecognizer.addEventListener("manipulationcompleted", onManipulationCompleted);
gestureRecognizer.removeEventListener("manipulationcompleted", onManipulationCompleted);
 
- or -

gestureRecognizer.onmanipulationcompleted = onManipulationCompleted;


이벤트 정보

대리자 TypedEventHandler(GestureRecognizer, ManipulationCompletedEventArgs)

설명

Windows Phone 8

이 API는 구현되어 있지 않으므로 호출할 경우 예외가 throw됩니다.

요구 사항

지원되는 최소 클라이언트

Windows 8

지원되는 최소 서버

Windows Server 2012

지원되는 최소 전화

Windows Phone 8

네임스페이스

Windows.UI.Input
Windows::UI::Input [C++]

메타데이터

Windows.winmd

참고 항목

GestureRecognizer
ManipulationCompletedEventArgs

 

 

© 2013 Microsoft. All rights reserved.