Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
ObservableCollectionExtendedWithUndo Properties Reference
Topic Overview
Purpose
This topic lists some of the important properties of the ObservableCollectionExtendedWithUndo class.
In this topic
This topic contains the following sections:
ObservableCollectionExtendedWithUndo Class Reference
Introduction
The ObservableCollectionExtendedWithUndo class provides automatic support for recording the changes to the collection with an UndoManager instance.
The class provides two overloaded constructors:
-
One without parameters which uses the UndoManager instance returned from the static Current property.
-
One that takes as parameter a reference to UndoManager with which the collection changes are recorded as part of the undo/redo history.
Properties reference summary
The following table summarizes the purpose and functionality of the ObservableCollectionExtendedWithUndo class key properties.
Property |
Description |
|
Returns the UndoManager with which the collection change operations should be recorded for undo.
|
Related Content
Topics
The following topics provide additional information related to this topic.
Topic |
Purpose |
|
This topic lists the properties and methods of the UndoHistoryItem 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.
|