Name | Description | |
---|---|---|
![]() | CompositeUndoManager | Initializes a new instance of the CompositeUndoManager class. |
Name | Description | |
---|---|---|
![]() | CompositeUndoManager | Initializes a new instance of the CompositeUndoManager class. |
Name | Description | |
---|---|---|
![]() | ActiveManagers | Gets or sets the active managers. |
![]() | CurrentAction | Gets or sets the current undo action. |
![]() | CurrentActionIndex | Gets or sets an index, in history, of current undo action. |
![]() | CurrentManager | Gets or sets the current undo manager. |
![]() | DataStorage | Gets or sets the data storage that stores objects. |
![]() | IsCompositeActionStarted | Gets a value indicating whether the composite action is started. |
![]() | IsEnabled | Gets or sets a value indicating whether the undo manager is enabled. |
![]() | IsInitializing | Gets a value indicating whether the undo manager is initializing. |
![]() | PreviousAction | Gets the previous undo action. |
![]() | RedoCount | Gets a count of possible redo steps. |
![]() | RedoDescription | Gets the description of next redo action. |
![]() | UndoCount | Gets a count of possible undo steps. |
![]() | UndoDescription | Gets the description of next undo action. |
![]() | UndoLevel | Gets or sets the maximum number of undo levels. |
Name | Description | |
---|---|---|
![]() | AddAction | Overloaded. Adds the action, which allows to restore the object state in the action. (Inherited from UndoManager) |
![]() | AddManager | Creates new undo manager and adds new undo manager to this composite manager. |
![]() | BeginCompositeAction | Begins the composite action. |
![]() | BeginInit | Begins initialization of this composite undo manager. |
![]() | Clear | Clears the action history. |
![]() | ContainsActionForSourceObject | Returns a value indicating whether the composite undo manager contains action associated with specified source. |
![]() | Dispose | Disposes the composite undo manager. |
![]() | EndCompositeAction | Ends the composite action. |
![]() | EndInit | Ends initialization of this composite undo manager. |
![]() | GetActions | Returns the read-only collection of actions. |
![]() | GetUndoActions | Overloaded. Returns the undo actions. (Inherited from UndoManager) |
![]() | Redo | Overloaded. Redos the several changes in object(s). |
![]() | RemoveCompositeAction | Removes the composite action from the composite undo manager. |
![]() | RemoveFirstAction | Removes the first action in history. |
![]() | RemoveManager | Removes the specified undo manager from the composite undo manager and disposes the undo manager. |
![]() | RemoveRedoActions | Removes all redo actions. |
![]() | Undo | Overloaded. Undoes the several changes in object(s). |
Name | Description | |
---|---|---|
![]() | OnActiveManagersChanged | Raises the ActiveManagersChanged event. |
![]() | OnActiveManagersChanging | Raises the ActiveManagersChanging event. |
![]() | OnChanged | Raises the Changed event. (Inherited from UndoManager) |
![]() | OnChanging | Raises the Changing event. (Inherited from UndoManager) |
![]() | OnCurrentManagerChanged | Raises the CurrentManagerChanged event. |
![]() | OnCurrentManagerChanging | Raises the CurrentManagerChanging event. |
![]() | OnNavigated | Raises the Navigated event. (Inherited from UndoManager) |
Name | Description | |
---|---|---|
![]() | ActiveManagersChanged | Occurs when the active managers of this manager is changed. |
![]() | ActiveManagersChanging | Occurs when the active managers of this manager is changing. |
![]() | Changed | Occurs when the undo action collection is changed (undo action is added/removed). (Inherited from UndoManager) |
![]() | Changing | Occurs when the undo action collection is changing (undo action is added/removed). (Inherited from UndoManager) |
![]() | CurrentManagerChanged | Occurs when the current manager of this manager is changed. |
![]() | CurrentManagerChanging | Occurs when the current manager of this manager is changing. |
![]() | Navigated | Occurs when the undo manager is navigated in action history (current undo action is changed). (Inherited from UndoManager) |