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


In This Topic
    NExpressionChangeData Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal OKGb As NProperty, _
       ByVal pKGb As NExpression, _
       ByVal QKGb As NExpression _
    )
    'Usage
     
    
    Dim OKGb As NProperty
    Dim pKGb As NExpression
    Dim QKGb As NExpression
     
    Dim instance As New NExpressionChangeData(OKGb, pKGb, QKGb)
    internal NExpressionChangeData( 
       NProperty OKGb,
       NExpression pKGb,
       NExpression QKGb
    )

    Parameters

    OKGb
    pKGb
    QKGb
    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