[This is preliminary documentation and subject to change.]
Initializes a new instance of the UndoEngine class.
Initializes a new instance of the UndoEngine class.
public UndoEngine();
Initializes a new instance of the UndoEngine class with the given rootInstance.
public UndoEngine(IChangeEventSource);
Initializes a new instance of the UndoEngine class with the given rootInstance and undoLimit.
public UndoEngine(IChangeEventSource,int);
UndoEngine Class | LaMarvin.ComponentModel Namespace