Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
DependencyPropertyChangeUndoUnit Class Members
The following tables list the members exposed by DependencyPropertyChangeUndoUnit.
Public Properties
| Name | Description |
| NewValue | Overridden. Returns the new value that was set on the object. |
| OldValue | Overridden. Returns the original value of the object that will be restored. |
| PropertyName | Overridden. Returns the name of the property that will be changed. |
| Target | Overridden. Returns the target object that will be affected by the UndoUnit |
Protected Properties
| Name | Description |
| PropertyDisplayName | Overridden. Optional string representing the property name as it should be displayed to the end user. |
| TargetDisplayName | Overridden. Optional string representing the target as it should be displayed to the end user. |
Public Methods
Protected Methods
| Name | Description |
| Execute | Overridden. Used to perform the associated action. |
| Merge | Overridden. Used to allow multiple consecutive undo units to be merged into a single operation. |
See Also