ESRI.ArcGIS.ADF.Tasks
QueryContinueDrag Event
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks.Design.Editors Namespace > FindAddressPropertiesEditor Class : QueryContinueDrag Event




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
Visual Basic (Usage)Copy Code
Dim instance As FindAddressPropertiesEditor
Dim handler As QueryContinueDragEventHandler
 
AddHandler instance.QueryContinueDrag, handler
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

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.

PropertyDescription
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

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

© 2011 All Rights Reserved.