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