Click or drag to resize

UndoManager Class

Undo/Redo Manager class
Inheritance Hierarchy
SystemObject
  ComPDFKitViewer.HelperUndoManager

Namespace:  ComPDFKitViewer.Helper
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public class UndoManager : INotifyPropertyChanged

The UndoManager type exposes the following members.

Constructors
  NameDescription
Public methodUndoManager
Initializes a new instance of the UndoManager class
Top
Properties
  NameDescription
Public propertyCanRedo
Public propertyCanUndo
Top
Methods
  NameDescription
Public methodAddHistory
Add History
Public methodClearHistory
Public methodInvokeHistoryChanged
History changed event
Public methodRedo
Redo
Public methodRemoveRedoHistoryForType
Remove Redo History
Public methodRemoveUndoHistoryForType
Remove Undo History
Public methodUndo
Undo
Top
Events
  NameDescription
Public eventHistoryChanged
Singleton
Public eventPropertyChanged
Singleton
Top
See Also