TouchDevice.IManipulator.ManipulationEnded(Boolean) Méthode

Définition

Se produit lorsqu'une manipulation est terminée.

 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

Paramètres

cancel
Boolean

true pour annuler l'action ; sinon, false.

Implémente

Attributs

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de TouchDevice est castée en interface IManipulator.

S’applique à