VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Undo Namespace / UndoManager Class
Constructors Properties Methods Events SeeAlso
In This Topic
UndoManager Class Members
In This Topic
The following tables list the members exposed by UndoManager.
Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.
Public Properties
 NameDescription
Public PropertyGets or sets the current undo action.
Public PropertyGets or sets an index, in history, of current undo action.
Public PropertyGets or sets the data storage that stores objects.
Public PropertyGets a value indicating whether the composite action is started.
Public PropertyGets or sets a value indicating whether the undo manager is enabled.
Public PropertyGets a value indicating whether the undo manager is initializing.
Public PropertyGets the previous action.
Public PropertyGets a count of possible redo steps.
Public PropertyGets the description of next redo action.
Public PropertyGets a count of possible undo steps.
Public PropertyGets the description of next undo action.
Public PropertyGets or sets the maximum number of undo levels.
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.
Public Events
 NameDescription
Public EventOccurs when the undo action collection is changed (undo action is added/removed).
Public EventOccurs when the undo action collection is changing (undo action is added/removed).
Public EventOccurs when the undo manager is navigated in action history (current undo action is changed).
See Also