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