'Declaration
<System.ComponentModel.BrowsableAttribute(False)> <SRDescriptionAttribute("Occurs when any menu is displayed and menu modal message loop is entered.")> <SRCategoryAttribute("Behavior")> Public Event MenuStart As System.EventHandler
'Usage
Dim instance As EditSourceDialog Dim handler As System.EventHandler AddHandler instance.MenuStart, handler
[System.ComponentModel.Browsable(false)] [SRDescription("Occurs when any menu is displayed and menu modal message loop is entered.")] [SRCategory("Behavior")] public event System.EventHandler MenuStart