DocumentHistory Class Members
In This Topic
The following tables list the members exposed by DocumentHistory.
Public Properties
| Name | Description |
 | CanRedo | Returns whether there is an action to redo. |
 | CanUndo | Returns whether there is an action to undo. |
 | Ignore | Gets or sets a value that indicates whether the action is stored in DocumentHistory or not when change the document. |
Top
Public Methods
Public Events
| Name | Description |
 | HistoryChanged | Fired when the history changes, that is, the list of actions to undo or redo changed. |
Top
See Also