Cancels the edit occurring on the row.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public virtual void CancelEdit()
Visual Basic
Public Overridable Sub CancelEdit

Remarks

If the user set some of the updatable properties of the row while it was in edit mode, the changes to those properties are rolled back and not propagated to the corresponding base data properties.

See the BeginEdit()()()() method for more information.

See Also