Occurs when the Cancel button of a item in edit mode is clicked, but before the item exits edit mode.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Action")]
public event C1GridViewCancelEditEventHandler RowCancelingEdit
Visual Basic
<C1CategoryAttribute("Category.Action")> _
Public Event RowCancelingEdit As C1GridViewCancelEditEventHandler

Remarks

To stop the operation set the Cancel property of the C1GridViewCancelEditEventArgs object to true.

See Also