Occurs when a user performs a slide or swipe gesture with a mouse or pen/stylus (single contact).
public:
event TypedEventHandler<GestureRecognizer^ , DraggingEventArgs^ >^ Dragging {
EventRegistrationToken add (TypedEventHandler<GestureRecognizer^ , DraggingEventArgs^ >^ value);
void remove (EventRegistrationToken token);
}
Drag must be set in the GestureSettings property to support Dragging.
This API is not implemented and will throw an exception if called.
Namespace: Windows.UI.Input
Metadata: windows.winmd