VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Undo Namespace / UndoManager Class
In This Topic
UndoManager Class Methods
In This Topic
For a list of all methods of this type, see UndoManager.
Public Methods
 NameDescription
Public MethodOverloaded. Adds the action, which allows to restore the object state in the action.
Public MethodBegins the composite action.
Public MethodBegins initialization of undo manager.
Public MethodClears the action history.
Public MethodReturns a value indicating whether the undo manager contains action associated with specified source.
Public MethodDisposes the undo manager.
Public MethodEnds the composite action.
Public MethodEnds initialization of undo manager.
Public MethodReturns the read-only collection of actions.
Public MethodOverloaded. Returns the undo actions.
Public MethodOverloaded. Redos the changes in object(s).
Public MethodRemoves the composite action from the undo manager.
Public MethodRemoves the first action in the action history.
Public MethodRemoves all redo actions from the action history.
Public MethodOverloaded. Undoes the several changes in object(s).
Protected Methods
 NameDescription
Protected MethodRaises the Changed event.
Protected MethodRaises the Changing event.
Protected MethodRaises the Navigated event.
See Also