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