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