'Declaration <DescriptionAttribute("Raised when modifications are made to the content of a cell in a data row and when a data row is added or removed from the grid.")> <CategoryAttribute("Data")> Public Event DataRowsChanged As EventHandler
'Usage Dim instance As GridControl Dim handler As EventHandler AddHandler instance.DataRowsChanged, handler
[Description("Raised when modifications are made to the content of a cell in a data row and when a data row is added or removed from the grid.")] [Category("Data")] public event EventHandler DataRowsChanged