UIElement.ManipulationStarted 이벤트
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
입력 디바이스가 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입니다. |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET