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