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 Class Members
The following tables list the members exposed by UndoHistoryItem.
Public Properties
| Name | Description |
| ItemType | Returns an enumeration indicating the type of operation that will be performed. |
| LongDescription | Returns a more detailed representation of the item. |
| ShortDescription | Returns a basic string representation of the item. |
| UndoManager | Returns the associated UndoManager |
| Unit | Returns the action that will be invoked. |
Protected Properties
| Name | Description |
| HasListeners | (Inherited from Infragistics.PropertyChangeNotifier) |
Public Methods
| Name | Description |
| Execute | Executes all the items in the associated history up to and including this instance. |
Public Events
| Name | Description |
| PropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) |
See Also