'Declaration
<SRCategoryAttribute("Property Changed")> <SRDescriptionAttribute("Occurs when the control's enabled state changes.")> Public Event EnabledChanged As System.EventHandler
'Usage
Dim instance As EditSourceDialog Dim handler As System.EventHandler AddHandler instance.EnabledChanged, handler
[SRCategory("Property Changed")] [SRDescription("Occurs when the control's enabled state changes.")] public event System.EventHandler EnabledChanged