Version

CustomUndoUnit Class Members

The following tables list the members exposed by CustomUndoUnit.

Public Constructors
 NameDescription
Public ConstructorCustomUndoUnit ConstructorInitializes a new CustomUndoUnit that invokes the specified method when the operation in the undo/redo history is to be performed.  
Public Properties
 NameDescription
Public PropertyTargetOverridden. Returns the target object that will be affected by the CustomUndoUnit  
Public Methods
 NameDescription
Public MethodGetDescriptionOverridden. Returns a string representation of the action based on whether this is for an undo or redo operation.  
Protected Methods
 NameDescription
Protected Internal MethodExecuteOverridden. Used to perform the associated action.  
Protected Internal MethodMergeUsed to allow multiple consecutive undo units to be merged into a single operation. (Inherited from Infragistics.Undo.UndoUnit)
See Also