Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NQueryCommandTargetEventArgs Class / CommandTarget Property


In This Topic
    CommandTarget Property (NQueryCommandTargetEventArgs)
    In This Topic
    Gets or sets the command target, from which the CommandSource must launch the bubbling NCommand.Execute or NCommand.UpdateSource events. Once set to a non null value, the command target cannot be changed and the event propagation is immeditately stopped.
    Syntax
    'Declaration
     
    
    Public Property CommandTarget As NNode
    'Usage
     
    
    Dim instance As NQueryCommandTargetEventArgs
    Dim value As NNode
     
    instance.CommandTarget = value
     
    value = instance.CommandTarget
    public NNode CommandTarget {get; set;}
    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