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


In This Topic
    NEvent Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal OCfb As System.String, _
       ByVal pCfb As NEvent, _
       ByVal QCfb As System.Type, _
       ByVal rCfb As System.Integer, _
       ByVal SCfb As System.Boolean, _
       ByVal tCfb As System.Boolean _
    )
    'Usage
     
    
    Dim OCfb As System.String
    Dim pCfb As NEvent
    Dim QCfb As System.Type
    Dim rCfb As System.Integer
    Dim SCfb As System.Boolean
    Dim tCfb As System.Boolean
     
    Dim instance As New NEvent(OCfb, pCfb, QCfb, rCfb, SCfb, tCfb)
    internal NEvent( 
       System.string OCfb,
       NEvent pCfb,
       System.Type QCfb,
       System.int rCfb,
       System.bool SCfb,
       System.bool tCfb
    )

    Parameters

    OCfb
    pCfb
    QCfb
    rCfb
    SCfb
    tCfb
    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