TouchDevice.IManipulator.ManipulationEnded(Boolean) Method

Definition

Occurs when a manipulation has ended.

 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

Parameters

cancel
Boolean

true to cancel the action; otherwise, false.

Implements

Attributes

Remarks

This member is an explicit interface member implementation. It can be used only when the TouchDevice instance is cast to an IManipulator interface.

Applies to