'Declaration
<SRDescriptionAttribute("Occurs when the mouse enters the visible part of the control.")> <SRCategoryAttribute("Mouse")> Public Event MouseEnter As System.EventHandler
'Usage
Dim instance As SubmitMenu Dim handler As System.EventHandler AddHandler instance.MouseEnter, handler
[SRDescription("Occurs when the mouse enters the visible part of the control.")] [SRCategory("Mouse")] public event System.EventHandler MouseEnter