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


In This Topic
    NRemoveChildEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal WOhb As tlGb, _
       ByVal xOhb As NEvent, _
       ByVal YOhb As NNode, _
       ByVal Aphb As NRemoveChildData _
    )
    'Usage
     
    
    Dim WOhb As tlGb
    Dim xOhb As NEvent
    Dim YOhb As NNode
    Dim Aphb As NRemoveChildData
     
    Dim instance As New NRemoveChildEventArgs(WOhb, xOhb, YOhb, Aphb)
    internal NRemoveChildEventArgs( 
       tlGb WOhb,
       NEvent xOhb,
       NNode YOhb,
       NRemoveChildData Aphb
    )

    Parameters

    WOhb
    xOhb
    YOhb
    Aphb
    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