Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NInsertChildEventArgs Class / NInsertChildEventArgs Constructor


In This Topic
    NInsertChildEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal OOhb As tlGb, _
       ByVal pOhb As NEvent, _
       ByVal QOhb As NNode, _
       ByVal rOhb As NInsertChildData _
    )
    'Usage
     
    
    Dim OOhb As tlGb
    Dim pOhb As NEvent
    Dim QOhb As NNode
    Dim rOhb As NInsertChildData
     
    Dim instance As New NInsertChildEventArgs(OOhb, pOhb, QOhb, rOhb)
    internal NInsertChildEventArgs( 
       tlGb OOhb,
       NEvent pOhb,
       NNode QOhb,
       NInsertChildData rOhb
    )

    Parameters

    OOhb
    pOhb
    QOhb
    rOhb
    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