JAMS Developer Guide
DragOver Event (AgentCtl)


MVPSI.JAMS Namespace > AgentCtl Class : DragOver Event
Syntax
'Declaration
 
<SRCategoryAttribute("Drag Drop")>
<SRDescriptionAttribute("Occurs when an object is dragged over the control's bounds.")>
Public Event DragOver As System.Windows.Forms.DragEventHandler
'Usage
 
Dim instance As AgentCtl
Dim handler As System.Windows.Forms.DragEventHandler
 
AddHandler instance.DragOver, handler
[SRCategory("Drag Drop")]
[SRDescription("Occurs when an object is dragged over the control's bounds.")]
public event System.Windows.Forms.DragEventHandler DragOver
Event Data

The event handler receives an argument of type System.Windows.Forms.DragEventArgs containing data related to this event. The following DragEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
 
 
 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also