UIElement.OnManipulationInertiaStarting Method
.NET Framework 4.6 and 4.5
Called when the ManipulationInertiaStarting event occurs.
Namespace: System.Windows
Assembly: PresentationCore (in PresentationCore.dll)
The OnManipulationInertiaStarting method has no default implementation. Override OnManipulationInertiaStarting in a derived class to handle the ManipulationInertiaStarting event. Be sure to call the OnManipulationInertiaStarting method of the base class so that base classes receive the event.
Show: