TouchDevice.IManipulator.ManipulationEnded(Boolean) Methode

Definitie

Treedt op wanneer een manipulatie is beëindigd.

 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

Parameters

cancel
Boolean

true om de actie te annuleren; anders, false.

Implementeringen

Kenmerken

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het TouchDevice exemplaar naar een IManipulator interface wordt gecast.

Van toepassing op