Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NHistoryUnit Class
Members


In This Topic
    NHistoryUnit Class
    In This Topic
    Represents a unit, which is recorded by the history service and encapsulates the information necessary to undo or redo an atomic action, performed upon a DOM node. It serves as base class for history units designed to undo and redo specific actions.
    Object Model
    NHistoryUnit Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NHistoryUnit 
    'Usage
     
    
    Dim instance As NHistoryUnit
    public abstract class NHistoryUnit 
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NHistoryUnit
          Nevron.Nov.Dom.NNodeHistoryUnit
          Nevron.Nov.Dom.NTransactionHistoryUnit

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also