adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ObjectBase Class / UndoEdit Method / UndoEdit() Method


In This Topic
    UndoEdit() Method
    In This Topic
    Reverts to the previous undo snapshot created by BeginEdit.
    Syntax
    'Declaration
     
    
    Public Overloads Sub UndoEdit() 
    public void UndoEdit()
    public:
    void UndoEdit(); 
    Exceptions
    ExceptionDescription
    Thrown if there is no snapshot to revert to.
    See Also