UIElement.ManipulationBoundaryFeedback Evento
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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. |