UIElement.ManipulationStarted Událost

Definice

Vyvolá se, když vstupní zařízení zahájí manipulaci s objektem UIElement .

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) 

Event Type

Poznámky

Událost ManipulationStarted nastane po události ManipulationStarting . Pomocí příkazu můžete provést následující ManipulationStartedEventArgsakce:

Další informace o manipulaci najdete v přehledu vstupu. Příklad aplikace, která reaguje na manipulaci, najdete v tématu Návod: Vytvoření aplikace prvního dotyku.

Informace o směrované události

Pole Identifikátor ManipulationStartedEvent
Strategie směrování Bublající
Delegát EventHandler<TEventArgs> typu ManipulationStartedEventArgs.

Platí pro