GestureRecognizer.ManipulationInertiaStarting Event

Definition

Occurs when all contact points are lifted during a manipulation and the velocity of the manipulation is significant enough to initiate inertia behavior (translation, expansion, or rotation continue after the input pointers are lifted).

For more details on this API, please see the the UWP WinRT ManipulationInertiaStarting topic.

C#
public event TypedEventHandler<GestureRecognizer,ManipulationInertiaStartingEventArgs> ManipulationInertiaStarting;

Event Type

Applies to

Продукт Версії
Windows App SDK 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also