GestureRecognizer.ManipulationCompleted Event

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

Syntax

public:
event TypedEventHandler<GestureRecognizer^ , ManipulationCompletedEventArgs^ >^ ManipulationCompleted {
         EventRegistrationToken add (TypedEventHandler<GestureRecognizer^ , ManipulationCompletedEventArgs^ >^ value);
         void remove (EventRegistrationToken token);
}  

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

GestureRecognizer Class

GestureRecognizer Members

Windows.UI.Input Namespace