UIElement.OnManipulationCompleted(ManipulationCompletedEventArgs) Methode
Definition
Wird aufgerufen, wenn das ManipulationCompleted-Ereignis eintritt.Called when the ManipulationCompleted event occurs.
protected:
virtual void OnManipulationCompleted(System::Windows::Input::ManipulationCompletedEventArgs ^ e);
protected virtual void OnManipulationCompleted (System.Windows.Input.ManipulationCompletedEventArgs e);
abstract member OnManipulationCompleted : System.Windows.Input.ManipulationCompletedEventArgs -> unit
override this.OnManipulationCompleted : System.Windows.Input.ManipulationCompletedEventArgs -> unit
Protected Overridable Sub OnManipulationCompleted (e As ManipulationCompletedEventArgs)
Parameter
Die Daten für das Ereignis.The data for the event.
Hinweise
Die OnManipulationCompleted-Methode hat keine Standard Implementierung.The OnManipulationCompleted method has no default implementation. Überschreiben Sie OnManipulationCompleted in einer abgeleiteten Klasse, um das ManipulationCompleted Ereignis zu behandeln.Override OnManipulationCompleted in a derived class to handle the ManipulationCompleted event. Stellen Sie sicher, dass Sie die OnManipulationCompleted-Methode der Basisklasse aufzurufen, damit Basisklassen das Ereignis empfangen.Be sure to call the OnManipulationCompleted method of the base class so that base classes receive the event.