UIElement.OnManipulationStarted(ManipulationStartedEventArgs) Méthode

Définition

Appelée lorsque l'événement ManipulationStarted se produit.

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)

Paramètres

e
ManipulationStartedEventArgs

Données de l'événement.

Remarques

La OnManipulationStarted méthode n’a pas d’implémentation par défaut. Remplacez OnManipulationStarted dans une classe dérivée pour gérer l’événement ManipulationStarted . Veillez à appeler la OnManipulationStarted méthode de la classe de base afin que les classes de base reçoivent l’événement.

S’applique à