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