Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
UndoHistoryItem Properties and Methods Reference
Topic Overview
Purpose
This topic lists the properties and methods of the UndoHistoryItem class.
In this topic
This topic contains the following sections:
UndoHistoryItem Class Reference
Introduction
The UndoHistoryItem represents a single operation in the undo/redo history.
Properties reference summary
The following table summarizes the purpose and functionality of the UndoHistoryItem class key properties.
Property |
Description |
|
Returns an enumeration indicating the type of operation that will be performed – undo or redo operation.
|
|
Returns a detailed description of the performed operation.
|
|
Returns a short description of the performed operation.
|
|
Returns the associated UndoManager instance.
|
|
Returns the action that will be invoked.
|
Methods reference summary
The following table summarizes the purpose and functionality of the UndoHistoryItem class key methods.
Method |
Description |
|
Executes all the items in the associated history up to and including this instance.
|
Related Content
Topics
The following topics provide additional information related to this topic.
Topic |
Purpose |
|
This topic lists some of the important properties and methods of the ObservableCollectionExtendedWithUndo class.
|
|
This topic lists some of the important properties and methods of the UndoManager class.
|
|
This topic lists the derived classes and some of the important properties and methods of the UndoUnit class.
|
|
This topic lists some of the important properties and methods of the UndoUnitFactory class.
|