DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / ViewRow Class / CancelEdit Method

In This Topic
    CancelEdit Method (ViewRow)
    In This Topic
    Cancels the edit occurring on the row.
    Syntax
    'Declaration
     
    Public Overridable Sub CancelEdit() 
    public virtual void 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 ViewRow.BeginEdit method for more information.

    See Also