TouchDevice.OnManipulationEnded(Boolean) Metod

Definition

Anropas när en manipulation har upphört.

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)

Parametrar

cancel
Boolean

trueför att avbryta åtgärden; annars . false

Attribut

Gäller för

Se även