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