QueryContinueDragEvent Class
Methods | Fields | This Package | All Packages
Provides data for the queryContinueDrag event of the Control object.
Event
|
+--QueryContinueDragEvent
package com.ms.wfc.ui
public class QueryContinueDragEvent
extends Event****
Remarks
The queryContinueDrag event occurs during a drag-and-drop operation and allows the drag source to determine whether the drag-and-drop operation should be canceled. A QueryContinueDragEvent object specifies whether and how the drag-and-drop operation should proceed, whether any modifier keys are pressed, and whether the user has pressed the ESC key.
For information about the WFC event model, see .
See Also DragAction