ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / ViewRow Class / EndEdit Method

In This Topic
    EndEdit Method
    In This Topic
    Ends the edit occurring on the row.
    Syntax
    'Declaration
     
    
    Public Overridable Sub EndEdit() 
    public virtual void EndEdit()
    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 propagated to the corresponding base data properties at this point.

    See the BeginEdit method for more information.

    See Also