UIElement.ManipulationBoundaryFeedback Evento

Definição

Ocorre quando a manipulação encontra 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

Observações

Informação sobre Eventos Roteados

Iteme Value
Campo identificador ManipulationBoundaryFeedbackEvent
Estratégia de encaminhamento Borbulhar
Delegar EventHandler<TEventArgs> do tipo ManipulationBoundaryFeedbackEventArgs.

Aplica-se a