GestureRecognizer.ManipulationCompleted Event

Definition

Occurs when the input points are lifted and all subsequent motion (translation, expansion, or rotation) through inertia has ended.

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

C#
public event TypedEventHandler<GestureRecognizer,ManipulationCompletedEventArgs> ManipulationCompleted;

Event Type

Applies to

Product Versions
Windows App SDK 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also