'Declaration
<SRDescriptionAttribute("Event raised when the value of the TabStop property is changed on Control.")> <SRCategoryAttribute("Property Changed")> Public Event TabStopChanged As System.EventHandler
'Usage
Dim instance As SubmitMenu Dim handler As System.EventHandler AddHandler instance.TabStopChanged, handler
[SRDescription("Event raised when the value of the TabStop property is changed on Control.")] [SRCategory("Property Changed")] public event System.EventHandler TabStopChanged