Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NDocumentSavedEventArgs Class / NDocumentSavedEventArgs Constructor


In This Topic
    NDocumentSavedEventArgs Constructor
    In This Topic
    Initializer constructors
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal document As NDocumentBlock, _
       ByVal domEvent As NEvent, _
       ByVal targetNode As NNode _
    )
    'Usage
     
    
    Dim document As NDocumentBlock
    Dim domEvent As NEvent
    Dim targetNode As NNode
     
    Dim instance As New NDocumentSavedEventArgs(document, domEvent, targetNode)
    public NDocumentSavedEventArgs( 
       NDocumentBlock document,
       NEvent domEvent,
       NNode targetNode
    )

    Parameters

    document
    domEvent
    targetNode
    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