UIElement.OnManipulationBoundaryFeedback Metoda
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
Wywoływana, ManipulationBoundaryFeedback gdy wystąpi zdarzenie.
protected:
virtual void OnManipulationBoundaryFeedback(System::Windows::Input::ManipulationBoundaryFeedbackEventArgs ^ e);
protected virtual void OnManipulationBoundaryFeedback(System.Windows.Input.ManipulationBoundaryFeedbackEventArgs e);
abstract member OnManipulationBoundaryFeedback : System.Windows.Input.ManipulationBoundaryFeedbackEventArgs -> unit
override this.OnManipulationBoundaryFeedback : System.Windows.Input.ManipulationBoundaryFeedbackEventArgs -> unit
Protected Overridable Sub OnManipulationBoundaryFeedback (e As ManipulationBoundaryFeedbackEventArgs)
Parametry
Dane zdarzenia.
Uwagi
Metoda nie ma domyślnej OnManipulationBoundaryFeedback implementacji. Przesłoń OnManipulationBoundaryFeedback w klasie pochodnej, aby obsłużyć ManipulationBoundaryFeedback zdarzenie. Pamiętaj, aby wywołać metodę OnManipulationBoundaryFeedback klasy bazowej, aby klasy podstawowe odbierały zdarzenie.