UIElement.ManipulationBoundaryFeedback Zdarzenie
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Występuje, gdy manipulacja napotyka granicę.
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)
Typ zdarzenia
Uwagi
Informacje dotyczące kierowanego zdarzenia
| Pole identyfikatora | ManipulationBoundaryFeedbackEvent |
| Strategia routingu | Propagacji |
| Delegat | EventHandler<TEventArgs> typu ManipulationBoundaryFeedbackEventArgs. |