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