JAMS Developer Guide
DragEnter Event (SubmitMenu)


MVPSI.JAMS Namespace > SubmitMenu Class : DragEnter Event
Syntax
'Declaration
 
<SRDescriptionAttribute("Occurs when the mouse drags an item into the client area for this Control.")>
<SRCategoryAttribute("Drag Drop")>
Public Event DragEnter As System.Windows.Forms.DragEventHandler
'Usage
 
Dim instance As SubmitMenu
Dim handler As System.Windows.Forms.DragEventHandler
 
AddHandler instance.DragEnter, handler
[SRDescription("Occurs when the mouse drags an item into the client area for this Control.")]
[SRCategory("Drag Drop")]
public event System.Windows.Forms.DragEventHandler DragEnter
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