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


In This Topic
    NValueChangeEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal fphb As tlGb, _
       ByVal Gphb As NEvent, _
       ByVal hphb As NNode, _
       ByVal Iphb As NValueChangeData _
    )
    'Usage
     
    
    Dim fphb As tlGb
    Dim Gphb As NEvent
    Dim hphb As NNode
    Dim Iphb As NValueChangeData
     
    Dim instance As New NValueChangeEventArgs(fphb, Gphb, hphb, Iphb)
    internal NValueChangeEventArgs( 
       tlGb fphb,
       NEvent Gphb,
       NNode hphb,
       NValueChangeData Iphb
    )

    Parameters

    fphb
    Gphb
    hphb
    Iphb
    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