Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NChildrenHierarchyBrowser Class / ItemSelected Event


In This Topic
    ItemSelected Event (NChildrenHierarchyBrowser)
    In This Topic
    An event fired when an item has been selected.
    Syntax
    'Declaration
     
    
    Public Event ItemSelected As Nevron.Nov.Function(Of NTextRepresentableItem)
    'Usage
     
    
    Dim instance As NChildrenHierarchyBrowser
    Dim handler As Nevron.Nov.Function(Of NTextRepresentableItem)
     
    AddHandler instance.ItemSelected, handler
    public event Nevron.Nov.Function<NTextRepresentableItem> ItemSelected
    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