Constable Authorization Engine 2.0 BETA

UndoEngine Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the UndoEngine class.

Overload List

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);

See Also

UndoEngine Class | LaMarvin.ComponentModel Namespace