TouchDevice.IManipulator.ManipulationEnded(Boolean) Methode

Definition

Tritt ein, wenn eine Änderung beendet wurde.

 virtual void System.Windows.Input.IManipulator.ManipulationEnded(bool cancel) = System::Windows::Input::IManipulator::ManipulationEnded;
[System.Security.SecurityCritical]
void IManipulator.ManipulationEnded (bool cancel);
void IManipulator.ManipulationEnded (bool cancel);
[<System.Security.SecurityCritical>]
abstract member System.Windows.Input.IManipulator.ManipulationEnded : bool -> unit
override this.System.Windows.Input.IManipulator.ManipulationEnded : bool -> unit
abstract member System.Windows.Input.IManipulator.ManipulationEnded : bool -> unit
override this.System.Windows.Input.IManipulator.ManipulationEnded : bool -> unit
Sub ManipulationEnded (cancel As Boolean) Implements IManipulator.ManipulationEnded

Parameter

cancel
Boolean

true, um die Aktion abzubrechen, andernfalls false.

Implementiert

Attribute

Hinweise

Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung. Er kann nur verwendet werden, wenn die TouchDevice-Instanz in eine IManipulator-Schnittstelle umgewandelt wird.

Gilt für: