Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NAutoCompleteBox Class / ListBoxItemSelected Event


In This Topic
    ListBoxItemSelected Event (NAutoCompleteBox)
    In This Topic
    Occurs when user has selected an item in the drop down list box either by clicking it or by pressing enter when it is highlighted. You can subscribe to this event only after the auto complete box has been initialized through the Init method.
    Syntax
    'Declaration
     
    
    Public Event ListBoxItemSelected As Nevron.Nov.Function(Of NEventArgs)
    'Usage
     
    
    Dim instance As NAutoCompleteBox
    Dim handler As Nevron.Nov.Function(Of NEventArgs)
     
    AddHandler instance.ListBoxItemSelected, handler
    public event Nevron.Nov.Function<NEventArgs> ListBoxItemSelected
    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