UIElement.ManipulationBoundaryFeedback Evento
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Comentários
Informações de evento encaminhado
Campo identificador | ManipulationBoundaryFeedbackEvent |
Estratégia de roteamento | Borbulhando |
Delegar | EventHandler<TEventArgs> do tipo ManipulationBoundaryFeedbackEventArgs. |