Version

Infragistics.Undo Namespace

Classes
 ClassDescription
ClassCollectionChangeUndoUnit<T> Custom UndoUnit for undoing changes to an ICollection.
ClassCustomUndoUnit Custom UndoUnit that takes a delegate that performs the execute operation.
ClassPropertyChangeUndoUnit<TTarget,TProperty> Custom undo unit used to undo the result of a property change.
ClassPropertyChangeUndoUnitBase Base class for an UndoUnit that changes the value of a single property.
ClassResourceCustomizer Class used to provide the ability to customize resource strings.
ClassResources Exposes a ResourceCustomizer instance for this assembly.
ClassUndoExecuteContext Used to provide information to the UndoUnit while the UndoUnit.Execute method is being invoked.
ClassUndoHistoryItem Represents an item in the undo or redo history.
ClassUndoManager Class used to manage an undo/redo history.
ClassUndoMergeContext Used to provide information about a potential merge operation to the UndoUnit.Merge method.
ClassUndoTransaction Custom UndoUnit that contains one or more UndoUnit
ClassUndoUnit Base class for an undo/redo operation.
ClassUndoUnitFactory Factory class for creating common UndoUnit instances for use in an UndoManager
Enumerations
 EnumerationDescription
EnumerationUndoExecuteReason Enumeration used to identify the cause of the UndoUnit.Execute
EnumerationUndoHistoryItemType Used to indicate the type of operation that UndoHistoryItem represents.
EnumerationUndoMergeAction Used to identify the result of a call to UndoUnit.Merge
See Also