UIElement.ManipulationBoundaryFeedback Evento

Definição

Ocorre quando a manipulação atinge um 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) 

Tipo de evento

EventHandler<ManipulationBoundaryFeedbackEventArgs>

Comentários

Informações de evento encaminhado

Campo identificador ManipulationBoundaryFeedbackEvent
Estratégia de roteamento Borbulhando
Delegar EventHandler<TEventArgs> do tipo ManipulationBoundaryFeedbackEventArgs.

Aplica-se a