Version

UndoHistoryItem Class Members

The following tables list the members exposed by UndoHistoryItem.

Public Properties
 NameDescription
Public PropertyItemTypeReturns an enumeration indicating the type of operation that will be performed.  
Public PropertyLongDescriptionReturns a more detailed representation of the item.  
Public PropertyShortDescriptionReturns a basic string representation of the item.  
Public PropertyUndoManagerReturns the associated UndoManager  
Public PropertyUnitReturns the action that will be invoked.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodExecuteExecutes all the items in the associated history up to and including this instance.  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also