For a list of all members of this type, see UndoManager members.
| Name | Description | |
|---|---|---|
![]() | AddChange | Overloaded. Adds an UndoUnit to the history. |
![]() | AddCollectionChange | Overloaded. Adds an UndoUnit for the specified replace collection change to the undo history. |
![]() | AddPropertyChange | Overloaded. Adds an PropertyChangeUndoUnitBase for the specified property value change to the undo history. |
![]() | ClearHistory | Clears the undo and redo history. |
![]() | ExecuteInTransaction | Overloaded. Executes the specified action within an UndoTransaction |
![]() | ForEach | Performs the specified action on each UndoUnit within the undo and redo history. |
![]() ![]() | FromReference | Used to obtain the UndoManager instance that has been registered with a given object. |
![]() | PreventMerge | Used to ensure that the next UndoUnit that is recorded is not allowed to merge with the last operation on the UndoHistory. |
![]() | Redo | Performs one or more redo operations from the current history. |
![]() | RegisterReference | Used to associate an object with a given UndoManager |
![]() | RemoveAll | Removes all the matching UndoUnit instances from the UndoHistory and RedoHistory collections. |
![]() | Resume | Resumes the recording of UndoUnit instances in the history. |
![]() | StartTransaction | Overloaded. Used to start a new transaction that will group one or more UndoUnit actions. |
![]() | Suspend | Suspends the recording of UndoUnit instances in the history. |
![]() | Undo | Performs one or more undo operations from the current history. |
![]() | UnregisterReference | Used to remove an registration for an object that was registered with this UndoManager instance via the RegisterReference method. |
| Name | Description | |
|---|---|---|
![]() | OnFirstListenerAdding | Virtual method called when the first listener is being added to the PropertyChanged event. (Inherited from Infragistics.PropertyChangeNotifier) |
![]() | OnHasListenersChanged | Virtual method called when the HasListeners property changes. (Inherited from Infragistics.PropertyChangeNotifier) |
![]() | OnPropertyChanged | Used to raise the PropertyChanged event for the specified property name. (Inherited from Infragistics.PropertyChangeNotifier) |