 Syntax
Syntax
| Visual Basic (Declaration) |  | 
|---|
| <SRCategoryAttribute("Drag Drop")>
<SRDescriptionAttribute("Occurs when the mouse drags an item. The system requests whether the drag-and-drop operation should be allowed to continue.")>
Public Event QueryContinueDrag As QueryContinueDragEventHandler | 
| C# |  | 
|---|
| [SRCategoryAttribute("Drag Drop")]
[SRDescriptionAttribute("Occurs when the mouse drags an item. The system requests whether the drag-and-drop operation should be allowed to continue.")]
public event QueryContinueDragEventHandler QueryContinueDrag | 
 Event Data
Event Data
The event handler receives an argument of type QueryContinueDragEventArgs containing data related to this event. The following QueryContinueDragEventArgs properties provide information specific to this event.
| Property | Description | 
|---|
| 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. | 
 Requirements
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 See Also
See Also