'Declaration
<SRCategoryAttribute("Mouse")> <SRDescriptionAttribute("Occurs when the mouse remains stationary inside of the control for an amount of time.")> Public Event MouseHover As System.EventHandler
'Usage
Dim instance As SubmitMenu Dim handler As System.EventHandler AddHandler instance.MouseHover, handler
[SRCategory("Mouse")] [SRDescription("Occurs when the mouse remains stationary inside of the control for an amount of time.")] public event System.EventHandler MouseHover