TouchDevice.OnManipulationEnded(Boolean) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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