'Declaration
<SRCategoryAttribute("CatDragDrop")> <SRDescriptionAttribute("ControlOnDragLeaveDescr")> Public Event DragLeave As System.EventHandler
'Usage
Dim instance As WorkbookView Dim handler As System.EventHandler AddHandler instance.DragLeave, handler
[SRCategory("CatDragDrop")] [SRDescription("ControlOnDragLeaveDescr")] public event System.EventHandler DragLeave