Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NUpdateCommandSourceEventArgs Class / NUpdateCommandSourceEventArgs Constructor


In This Topic
    NUpdateCommandSourceEventArgs Constructor
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal targetNode As NNode, _
       ByVal command As NCommand, _
       ByVal commandSource As NCommandSource, _
       ByVal updateMask As ENCommandSourceUpdateMask _
    )
    'Usage
     
    
    Dim targetNode As NNode
    Dim command As NCommand
    Dim commandSource As NCommandSource
    Dim updateMask As ENCommandSourceUpdateMask
     
    Dim instance As New NUpdateCommandSourceEventArgs(targetNode, command, commandSource, updateMask)

    Parameters

    targetNode
    command
    commandSource
    updateMask
    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