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