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