Control.OnManipulationCompleted(ManipulationCompletedRoutedEventArgs) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ManipulationCompleted 이벤트가 발생하기 전에 호출됩니다.
protected:
virtual void OnManipulationCompleted(ManipulationCompletedRoutedEventArgs ^ e) = OnManipulationCompleted;
void OnManipulationCompleted(ManipulationCompletedRoutedEventArgs const& e);
protected virtual void OnManipulationCompleted(ManipulationCompletedRoutedEventArgs e);
function onManipulationCompleted(e)
Protected Overridable Sub OnManipulationCompleted (e As ManipulationCompletedRoutedEventArgs)
매개 변수
이벤트에 대한 이벤트 데이터입니다.
설명
Windows 8 동작
Windows 8은 관성 단계가 시작되고 ManipulationInertiaStarting이 발생한 경우 ManipulationCompleted를 실행하지 않지만 사용자가 스크롤을 완료하기 전에 항목을 탭하여 관성 단계를 시각적으로 취소합니다. 문제는 Windows 8.1 시작해서 해결되었습니다. ManipulationCompleted는 탭 작업이 관성 단계를 취소하는 즉시 발생합니다.
Windows 8용으로 컴파일되었지만 Windows 8.1에서 실행하는 앱은 Windows 8 동작을 계속 사용합니다.