Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NChildrenHierarchyEditor Class / OnItemSelected Method


In This Topic
    OnItemSelected Method (NChildrenHierarchyEditor)
    In This Topic
    Called when an item is selected from the children's browser.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnItemSelected( _
       ByVal arg As NTextRepresentableItem _
    ) 
    'Usage
     
    
    Dim instance As NChildrenHierarchyEditor
    Dim arg As NTextRepresentableItem
     
    instance.OnItemSelected(arg)
    protected virtual void OnItemSelected( 
       NTextRepresentableItem arg
    )

    Parameters

    arg
    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