Version

UndoUnitFactory Class Members

The following tables list the members exposed by UndoUnitFactory.

Public Constructors
 NameDescription
Public ConstructorUndoUnitFactory ConstructorInitializes a new UndoUnitFactory  
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)CurrentReturns the default factory used to create UndoUnit instances for use in an UndoManager  
Public Methods
 NameDescription
Public MethodCreateChangeCreates an UndoUnit for the specified method.  
Public MethodCreateCollectionChangeOverloaded. Creates an UndoUnit for a collection change based upon a specified System.Collections.Specialized.NotifyCollectionChangedEventArgs.  
Public MethodCreatePropertyChangeOverloaded. Creates an PropertyChangeUndoUnitBase for the specified property change.  
Public MethodCreateTransactionCreates an UndoTransaction  
See Also