'Declaration <DescriptionAttribute("Raised when the CancelEdit method has been called to cancel the modifications made to the row.")> <CategoryAttribute("Data")> Public Event EditCanceled As EventHandler
'Usage Dim instance As CellRow Dim handler As EventHandler AddHandler instance.EditCanceled, handler
[Description("Raised when the CancelEdit method has been called to cancel the modifications made to the row.")] [Category("Data")] public event EventHandler EditCanceled