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