ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewRow Class / CancelEdit Method

In This Topic
    CancelEdit Method
    In This Topic
    Cancels current row editing.
    Syntax
    'Declaration
     
    Public Sub CancelEdit() 
    public void CancelEdit()
    Remarks
    If this method is called after the call of the BeginEdit method, all the changes made to the row after BeginEdit call are discarded.
    See Also