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