UIElement.OnManipulationStarted(ManipulationStartedEventArgs) Methode

Definition

Wird aufgerufen, wenn das ManipulationStarted Ereignis auftritt.

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 hat keine Standardimplementierung. Überschreiben OnManipulationStarted In einer abgeleiteten Klasse zum Behandeln des Ereignisses ManipulationStarted . Rufen Sie unbedingt die OnManipulationStarted Methode der Basisklasse auf, damit Basisklassen das Ereignis empfangen.

Gilt für: