'Declaration <DescriptionAttribute("Raised after the BeginningEdit event to signal that the row is being edited.")> <CategoryAttribute("Data")> Public Event EditBegun As EventHandler
'Usage Dim instance As CellRow Dim handler As EventHandler AddHandler instance.EditBegun, handler
[Description("Raised after the BeginningEdit event to signal that the row is being edited.")] [Category("Data")] public event EventHandler EditBegun