TouchDevice.OnManipulationEnded(Boolean) Methode

Definition

Wird aufgerufen, wenn eine Änderung beendet wurde.

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)

Parameter

cancel
Boolean

true, um die Aktion abzubrechen, andernfalls false.

Attribute

Gilt für:

Weitere Informationen