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