UIElement.ManipulationBoundaryFeedback Evento

Definición

Se produce cuando la manipulación encuentra un límite.

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) 

Tipo de evento

Comentarios

Información sobre eventos enrutados

Campo identificador ManipulationBoundaryFeedbackEvent
Estrategia de enrutamiento Burbujeante
Delegado EventHandler<TEventArgs> de tipo ManipulationBoundaryFeedbackEventArgs.

Se aplica a