TouchDevice.OnManipulationEnded(Boolean) Method

Definition

Called when a manipulation has ended.

protected:
 virtual void OnManipulationEnded(bool cancel);
[System.Security.SecurityCritical]
protected virtual void OnManipulationEnded (bool cancel);
protected virtual void OnManipulationEnded (bool cancel);
[<System.Security.SecurityCritical>]
abstract member OnManipulationEnded : bool -> unit
override this.OnManipulationEnded : bool -> unit
abstract member OnManipulationEnded : bool -> unit
override this.OnManipulationEnded : bool -> unit
Protected Overridable Sub OnManipulationEnded (cancel As Boolean)

Parameters

cancel
Boolean

true to cancel the action; otherwise, false.

Attributes

Applies to

See also