TouchDevice.IManipulator.ManipulationEnded(Boolean) 메서드

정의

조작이 종료되면 발생합니다.

 virtual void System.Windows.Input.IManipulator.ManipulationEnded(bool cancel) = System::Windows::Input::IManipulator::ManipulationEnded;
[System.Security.SecurityCritical]
void IManipulator.ManipulationEnded (bool cancel);
void IManipulator.ManipulationEnded (bool cancel);
[<System.Security.SecurityCritical>]
abstract member System.Windows.Input.IManipulator.ManipulationEnded : bool -> unit
override this.System.Windows.Input.IManipulator.ManipulationEnded : bool -> unit
abstract member System.Windows.Input.IManipulator.ManipulationEnded : bool -> unit
override this.System.Windows.Input.IManipulator.ManipulationEnded : bool -> unit
Sub ManipulationEnded (cancel As Boolean) Implements IManipulator.ManipulationEnded

매개 변수

cancel
Boolean

작업을 취소하려면 true이고, 그렇지 않으면 false입니다.

구현

특성

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, TouchDevice 인스턴스가 IManipulator 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상