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