Version

PropertyChangeUndoUnitBase Class Members

The following tables list the members exposed by PropertyChangeUndoUnitBase.

Public Properties
 NameDescription
Public PropertyNewValueReturns the new value that was set on the object.  
Public PropertyOldValueReturns the original value of the object that will be restored.  
Public PropertyPropertyNameReturns the name of the property that will be changed.  
Public PropertyTargetReturns the target object that will be affected by the UndoUnit (Inherited from Infragistics.Undo.UndoUnit)
Protected Properties
 NameDescription
Protected PropertyPropertyDisplayNameOptional string representing the property name as it should be displayed to the end user.  
Protected PropertyTargetDisplayNameOptional string representing the target as it should be displayed to the end user.  
Public Methods
 NameDescription
Public MethodGetDescriptionOverridden. Returns a string representation of the action based on whether this is for an undo or redo operation.  
See Also