Fired when the user cancels editing a row, after reverting the changes made to the row.

Namespace:  C1.Web.Data.Express
Assembly:  C1.Web.Data.Express.2 (in C1.Web.Data.Express.2.dll)

Syntax

C#
public event RowChangeEventHandler AfterCancelEdit
Visual Basic (Declaration)
Public Event AfterCancelEdit As RowChangeEventHandler

See Also