UIElement.ManipulationBoundaryFeedback Événement
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.
Se produit lorsque la manipulation rencontre une limite.
public:
event EventHandler<System::Windows::Input::ManipulationBoundaryFeedbackEventArgs ^> ^ ManipulationBoundaryFeedback;
public event EventHandler<System.Windows.Input.ManipulationBoundaryFeedbackEventArgs> ManipulationBoundaryFeedback;
member this.ManipulationBoundaryFeedback : EventHandler<System.Windows.Input.ManipulationBoundaryFeedbackEventArgs>
Public Custom Event ManipulationBoundaryFeedback As EventHandler(Of ManipulationBoundaryFeedbackEventArgs)
Type d'événement
Remarques
Informations sur les événements acheminés
Champ d’identificateur | ManipulationBoundaryFeedbackEvent |
Stratégie de routage | Bouillonnant |
Délégué | EventHandler<TEventArgs> de type ManipulationBoundaryFeedbackEventArgs. |