UIElement.OnManipulationBoundaryFeedback Method (ManipulationBoundaryFeedbackEventArgs)
.NET Framework (current version)
Called when the ManipulationBoundaryFeedback event occurs.
Assembly: PresentationCore (in PresentationCore.dll)
protected virtual void OnManipulationBoundaryFeedback( ManipulationBoundaryFeedbackEventArgs e )
Parameters
- e
-
Type:
System.Windows.Input.ManipulationBoundaryFeedbackEventArgs
The data for the event.
The OnManipulationBoundaryFeedback method has no default implementation. Override OnManipulationBoundaryFeedback in a derived class to handle the ManipulationBoundaryFeedback event. Be sure to call the OnManipulationBoundaryFeedback method of the base class so that base classes receive the event.
.NET Framework
Available since 4.0
Available since 4.0
Show: