Class QueryContinueDragEventArgs
Provides data for the QueryContinueDrag event.
public class QueryContinueDragEventArgs : EventArgs
- Inheritance
-
QueryContinueDragEventArgs
Constructors
- QueryContinueDragEventArgs(int, bool, DragAction)
Initializes a new instance of the QueryContinueDragEventArgs class.
Properties
- Action
Gets or sets the status of a drag-and-drop operation.
- EscapePressed
Gets whether the user pressed the ESC key.
- KeyState
Gets the current state of the SHIFT, CTRL, and ALT keys.