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