'Declaration <DescriptionAttribute("Raised when the mouse pointer leaves the grid element.")> <CategoryAttribute("Mouse")> Public Event MouseLeave As EventHandler
'Usage Dim instance As VisualGridElement Dim handler As EventHandler AddHandler instance.MouseLeave, handler
[Description("Raised when the mouse pointer leaves the grid element.")] [Category("Mouse")] public event EventHandler MouseLeave