Window.OnManipulationBoundaryFeedback Method
.NET Framework 4.6 and 4.5
Called when the ManipulationBoundaryFeedback event occurs.
Namespace: System.Windows
Assembly: PresentationFramework (in PresentationFramework.dll)
This implementation does not change the handled state (the Handled property) of the ManipulationBoundaryFeedback event data.
Notes to InheritorsIf you override OnManipulationBoundaryFeedback, always call the base implementation in your OnManipulationBoundaryFeedback implementation. Failure to call the base implementation prevents base classes from handling the event, which might change the run-time behavior of the final class. You can call the base implementation either before or after your special handling, depending on your requirements.
Show: