Name | Description | |
---|---|---|
![]() | ImageCollectionUndoManagersDispatcher | Initializes a new instance of the ImageCollectionUndoManagersDispatcher class. |
Name | Description | |
---|---|---|
![]() | ImageCollectionUndoManagersDispatcher | Initializes a new instance of the ImageCollectionUndoManagersDispatcher class. |
Name | Description | |
---|---|---|
![]() | IsDisposed | Gets a value indicating whether this instance is disposed. (Inherited from UndoManagersDispatcher<T>) |
Name | Description | |
---|---|---|
![]() | Dispose | Disposes the dispatcher. |
![]() | GetUndoManager | Returns the undo manager for the specified item. (Inherited from UndoManagersDispatcher<T>) |
Name | Description | |
---|---|---|
![]() | AddItem | Adds the specified item to the items, which are monitored by this dispatcher, and creates the undo manager for the item. (Inherited from UndoManagersDispatcher<T>) |
![]() | OnChanged | Raises the Changed event. (Inherited from UndoManagersDispatcher<T>) |
![]() | RemoveAllItems | Removes all items, which are monitored by this dispatcher, and disposes all undo managers of the items. (Inherited from UndoManagersDispatcher<T>) |
![]() | RemoveItem | Removes the specified item from the items, which are monitored by this dispatcher, and disposes the undo manager of the item. (Inherited from UndoManagersDispatcher<T>) |
Name | Description | |
---|---|---|
![]() | Changed | Occurs when the undo action dispatcher is changed (item is added/removed). (Inherited from UndoManagersDispatcher<T>) |