UIElement.OnManipulationStarted(ManipulationStartedEventArgs) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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.