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 PropertyHasListenersGets whether there are any listeners for the PropertyChanged event (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 MethodOnFirstListenerAddingVirtual method called when the first listener is being added to the PropertyChanged event. (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChangedVirtual method called when the HasListeners property changes. (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChangedUsed to raise the PropertyChanged event for the specified property name. (Inherited from Infragistics.PropertyChangeNotifier)
Public Events
 NameDescription
Public EventPropertyChangedRaised when a property has changed (Inherited from Infragistics.PropertyChangeNotifier)
See Also