Sdílet prostřednictvím


UIElement.ManipulationStarted Událost

Definice

Nastane, 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 ManipulationStarting události. Můžete provést následující akce:ManipulationStartedEventArgs

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

Informace o směrované události

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

Platí pro