VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Undo Namespace / ImageCollectionUndoManagersDispatcher Class
Constructors Properties Methods Events SeeAlso
In This Topic
    ImageCollectionUndoManagersDispatcher Class Members
    In This Topic
    The following tables list the members exposed by ImageCollectionUndoManagersDispatcher.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImageCollectionUndoManagersDispatcher class.
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether this instance is disposed. (Inherited from UndoManagersDispatcher<T>)
    Public Methods
     NameDescription
    Public MethodDisposes the dispatcher.
    Public MethodReturns the undo manager for the specified item. (Inherited from UndoManagersDispatcher<T>)
    Protected Methods
     NameDescription
    Protected MethodAdds the specified item to the items, which are monitored by this dispatcher, and creates the undo manager for the item. (Inherited from UndoManagersDispatcher<T>)
    Protected MethodRaises the Changed event. (Inherited from UndoManagersDispatcher<T>)
    Protected MethodRemoves all items, which are monitored by this dispatcher, and disposes all undo managers of the items. (Inherited from UndoManagersDispatcher<T>)
    Protected MethodRemoves the specified item from the items, which are monitored by this dispatcher, and disposes the undo manager of the item. (Inherited from UndoManagersDispatcher<T>)
    Public Events
     NameDescription
    Public EventOccurs when the undo action dispatcher is changed (item is added/removed). (Inherited from UndoManagersDispatcher<T>)
    See Also