GestureRecognizer.ManipulationUpdated Event

Occurs after one or more input points have been initiated and subsequent motion (translation, expansion, or rotation) is under way.

Syntax

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

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

GestureRecognizer Class

GestureRecognizer Members

Windows.UI.Input Namespace