Språk

Manipulation.CompleteManipulation(UIElement) Metod

Definition

Slutför den aktiva manipuleringen av det angivna elementet. När det anropas spåras inte längre manipulationsindata och trögheten på det angivna elementet stoppas.

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)

Parametrar

element
UIElement

Elementet som manipuleringen ska slutföras på.

Kommentarer

CompleteManipulation När metoden anropas utlöses ManipulationCompleted händelsen.

Gäller för