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