GestureRecognizer.Dragging Event

Occurs when a user performs a slide or swipe gesture with a mouse or pen/stylus (single contact).

Syntax

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

Remarks

Drag must be set in the GestureSettings property to support Dragging.

This API is not implemented and will throw an exception if called.

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

GestureRecognizer Class

GestureRecognizer Members

Windows.UI.Input Namespace