GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoUndoableEdit Interface
Properties Methods

In This Topic
    IGoUndoableEdit Interface Members
    In This Topic

    The following tables list the members exposed by IGoUndoableEdit.

    Public Properties
     NameDescription
     Property Gets the user-visible string description of this undoable edit.  
    Top
    Public Methods
     NameDescription
     Method Determine if this edit is ready to be and can be redone.  
     Method Determine if this edit is ready to be and can be undone.  
     Method Forget about any state remembered in this edit.  
     Method Restore the new state of this edit after having been undone.  
     Method Restore the previous state of this edit.  
    Top
    See Also