'Declaration
<SRDescriptionAttribute("Occurs when an object is dragged out of the control's bounds.")> <SRCategoryAttribute("Drag Drop")> Public Event DragLeave As System.EventHandler
'Usage
Dim instance As SubmitMenu Dim handler As System.EventHandler AddHandler instance.DragLeave, handler
[SRDescription("Occurs when an object is dragged out of the control's bounds.")] [SRCategory("Drag Drop")] public event System.EventHandler DragLeave