Manipulation.CompleteManipulation(UIElement) Méthode

Définition

Complète la manipulation active sur l'élément spécifié. En cas d'appel, l'entrée de manipulation n'est plus suivie et l'inertie sur les éléments spécifiés s'arrête.

public:
 static void CompleteManipulation(System::Windows::UIElement ^ element);
public static void CompleteManipulation (System.Windows.UIElement element);
static member CompleteManipulation : System.Windows.UIElement -> unit
Public Shared Sub CompleteManipulation (element As UIElement)

Paramètres

element
UIElement

Élément sur lequel compléter la manipulation.

Remarques

Lorsque la CompleteManipulation méthode est appelée, l’événement ManipulationCompleted est déclenché.

S’applique à