UIElement.ManipulationStarted Ereignis

Definition

Tritt ein, wenn ein Eingabegerät mit der Bearbeitung des UIElement-Objekts beginnt.

public:
 event EventHandler<System::Windows::Input::ManipulationStartedEventArgs ^> ^ ManipulationStarted;
public event EventHandler<System.Windows.Input.ManipulationStartedEventArgs> ManipulationStarted;
member this.ManipulationStarted : EventHandler<System.Windows.Input.ManipulationStartedEventArgs> 
Public Custom Event ManipulationStarted As EventHandler(Of ManipulationStartedEventArgs) 

Ereignistyp

EventHandler<ManipulationStartedEventArgs>

Hinweise

Das ManipulationStarted Ereignis tritt nach dem ManipulationStarting Ereignis auf. Sie können folgendes ausführen:ManipulationStartedEventArgs

  • Rufen Sie das Element ab, das die Position der Manipulation relativ zur Verwendung der ManipulationContainer Eigenschaft ist.

  • Rufen Sie den Ursprung der Manipulation mithilfe der ManipulationOrigin Eigenschaft ab.

  • Abbrechen der Manipulation durch Aufrufen der Complete Methode.

Weitere Informationen zu Manipulationen finden Sie in der Eingabeübersicht. Ein Beispiel für eine Anwendung, die auf Manipulationen reagiert, finden Sie unter Walkthrough: Creating Your First Touch Application.

Informationen zum Routingereignis

Bezeichnerfeld ManipulationStartedEvent
Routingstrategie Bubbling
Delegat Eine EventHandler<TEventArgs> vom Typ ManipulationStartedEventArgs.

Gilt für: