'Declaration <DescriptionAttribute("Raised when the value of the Enabled property is changed")> <CategoryAttribute("Property Changed")> Public Event EnabledChanged As EventHandler
'Usage Dim instance As CalculatorButtonStyle Dim handler As EventHandler AddHandler instance.EnabledChanged, handler
[Description("Raised when the value of the Enabled property is changed")] [Category("Property Changed")] public event EventHandler EnabledChanged