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