CompositeUndoManager Class Events
In This Topic
For a list of all events of this type, see
CompositeUndoManager.
Public Events
| | 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) |
See Also