VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Undo Namespace / ImageCollectionUndoManagersDispatcher Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    ImageCollectionUndoManagersDispatcher Class
    In This Topic
    Stores and manages the nested undo managers of CompositeUndoManager, which manages undo changes in ImageCollection.
    Object Model
    ImageCollectionUndoManagersDispatcher
    Syntax
    'Declaration
    
    Public Class ImageCollectionUndoManagersDispatcher
       Inherits UndoManagersDispatcher(Of T)
    
    
    public class ImageCollectionUndoManagersDispatcher : UndoManagersDispatcher<T>
    
    
    public __gc class ImageCollectionUndoManagersDispatcher : public UndoManagersDispatcher<T*>*
    
    
    public ref class ImageCollectionUndoManagersDispatcher : public UndoManagersDispatcher<T^>^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Undo.UndoManagersDispatcher<Vintasoft.Imaging.VintasoftImage>
          Vintasoft.Imaging.Undo.ImageCollectionUndoManagersDispatcher

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also