'Declaration <DescriptionAttribute("Raised when the value of the InactiveBackColor property is changed")> <CategoryAttribute("Property Changed")> <BrowsableAttribute(False)> Public Event InactiveBackColorChanged As EventHandler
'Usage Dim instance As CaptionAppearance Dim handler As EventHandler AddHandler instance.InactiveBackColorChanged, handler
[Description("Raised when the value of the InactiveBackColor property is changed")] [Category("Property Changed")] [Browsable(false)] public event EventHandler InactiveBackColorChanged