UIElement.OnManipulationStarting(ManipulationStartingEventArgs) Methode

Definition

Stellt eine Klassenbehandlung für das ManipulationStarting-Routingereignis bereit, das beim ersten Erstellen des Manipulationsprozessors eintritt.

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

Parameter

e
ManipulationStartingEventArgs

Ein ManipulationStartingEventArgs, das die Ereignisdaten enthält.

Hinweise

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

Gilt für: