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


In This Topic
    NHistoryService Class
    In This Topic
    The NHistoryService class represents a suspendable service, which provides documents with the ability to support Undo and Redo for all the operations performed upon the document content.
    Object Model
    NHistoryService Class
    Syntax
    'Declaration
     
    
    Public Class NHistoryService 
       Inherits NSuspendableService
    'Usage
     
    
    Dim instance As NHistoryService
    public class NHistoryService : NSuspendableService 
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NSuspendableService
          Nevron.Nov.Dom.NHistoryService

    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