Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandSource Class / RaiseUpdateCommandSource Method


In This Topic
    RaiseUpdateCommandSource Method
    In This Topic
    Raises the update command source event
    Syntax
    'Declaration
     
    
    Protected Overridable Function RaiseUpdateCommandSource( _
       ByVal target As NNode, _
       ByVal updateMask As ENCommandSourceUpdateMask _
    ) As NUpdateCommandSourceEventArgs
    'Usage
     
    
    Dim instance As NCommandSource
    Dim target As NNode
    Dim updateMask As ENCommandSourceUpdateMask
    Dim value As NUpdateCommandSourceEventArgs
     
    value = instance.RaiseUpdateCommandSource(target, updateMask)
    protected virtual NUpdateCommandSourceEventArgs RaiseUpdateCommandSource( 
       NNode target,
       ENCommandSourceUpdateMask updateMask
    )

    Parameters

    target
    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