VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Undo Namespace / UndoManager Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    UndoManager Class
    In This Topic
    Stores information about changes in object and allows to manage undo/redo changes in object.
    Object Model
    UndoAction UndoAction IDataStorage UndoManager
    Syntax
    'Declaration
    
    Public Class UndoManager
    
    
    public class UndoManager
    
    
    public __gc class UndoManager
    
    
    public ref class UndoManager
    
    
    Remarks

    This class is not thread safe.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Undo.UndoManager
          Vintasoft.Imaging.Undo.CompositeUndoManager

    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