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