'Declaration <DescriptionAttribute("Raised when an object is dragged out of the grid element's bounds.")> <CategoryAttribute("Drag Drop")> Public Event DragLeave As EventHandler
'Usage Dim instance As VisualGridElement Dim handler As EventHandler AddHandler instance.DragLeave, handler
[Description("Raised when an object is dragged out of the grid element's bounds.")] [Category("Drag Drop")] public event EventHandler DragLeave