Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NEventArgs Class / TargetNode Property


In This Topic
    TargetNode Property (NEventArgs)
    In This Topic
    Used to indicate the target node, or in other words the node for which the event is raised.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TargetNode As NNode
    'Usage
     
    
    Dim instance As NEventArgs
    Dim value As NNode
     
    value = instance.TargetNode
    public NNode TargetNode {get;}
    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