UIElement.OnManipulationStarted(ManipulationStartedEventArgs) Methode

Definition

Wird aufgerufen, wenn das ManipulationStarted-Ereignis eintritt.

protected:
 virtual void OnManipulationStarted(System::Windows::Input::ManipulationStartedEventArgs ^ e);
protected virtual void OnManipulationStarted (System.Windows.Input.ManipulationStartedEventArgs e);
abstract member OnManipulationStarted : System.Windows.Input.ManipulationStartedEventArgs -> unit
override this.OnManipulationStarted : System.Windows.Input.ManipulationStartedEventArgs -> unit
Protected Overridable Sub OnManipulationStarted (e As ManipulationStartedEventArgs)

Parameter

e
ManipulationStartedEventArgs

Die Daten für das Ereignis.

Hinweise

Die OnManipulationStarted Methode verfügt über keine Standardimplementierung. Überschreiben Sie OnManipulationStarted in einer abgeleiteten Klasse, um das ManipulationStarted Ereignis zu behandeln. Achten Sie darauf, die OnManipulationStarted -Methode der Basisklasse aufzurufen, damit Basisklassen das Ereignis empfangen.

Gilt für: