'Declaration <DescriptionAttribute("Raised when the value of one of the cells in the row is changed.")> <CategoryAttribute("Data")> Public Event CellValueChanged As EventHandler
'Usage Dim instance As CellRow Dim handler As EventHandler AddHandler instance.CellValueChanged, handler
[Description("Raised when the value of one of the cells in the row is changed.")] [Category("Data")] public event EventHandler CellValueChanged