UIElement.OnManipulationInertiaStarting Method (ManipulationInertiaStartingEventArgs)
.NET Framework (current version)
Called when the ManipulationInertiaStarting event occurs.
Assembly: PresentationCore (in PresentationCore.dll)
Protected Overridable Sub OnManipulationInertiaStarting ( e As ManipulationInertiaStartingEventArgs )
Parameters
- e
-
Type:
System.Windows.Input.ManipulationInertiaStartingEventArgs
The data for the event.
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.
.NET Framework
Available since 4.0
Available since 4.0
Show: