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


In This Topic
    NNodeHistoryUnit Class
    In This Topic
    Serves as base class for atomic history units (e.g. that undo/redo a single DOM operation upon a node).
    Object Model
    NNodeHistoryUnit Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NNodeHistoryUnit 
       Inherits NHistoryUnit
    'Usage
     
    
    Dim instance As NNodeHistoryUnit
    public abstract class NNodeHistoryUnit : NHistoryUnit 
    Inheritance Hierarchy

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

    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