Constable Authorization Engine 2.0 BETA

UndoEngine Constructor (IChangeEventSource, Int32)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the UndoEngine class with the given rootInstance and undoLimit.

[Visual Basic]
Overloads Public Sub New( _
   ByVal rootInstance As IChangeEventSource, _
   ByVal undoLimit As Integer _
)
[C#]
public UndoEngine(
   IChangeEventSource rootInstance,
   int undoLimit
);

Parameters

rootInstance
The root instance; the source of change events.
undoLimit
The undo limit.

See Also

UndoEngine Class | LaMarvin.ComponentModel Namespace | UndoEngine Constructor Overload List