Edit

TouchDevice.OnManipulationEnded(Boolean) Method

Definition

Called when a manipulation has ended.

protected:
 virtual void OnManipulationEnded(bool cancel);
protected virtual void OnManipulationEnded(bool cancel);
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.

Applies to

See also