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