Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Events Namespace / NavItemClickEventArgs Class / Item Property

In This Topic
    Item Property (NavItemClickEventArgs)
    In This Topic
    Gets clicked navigation item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Item As NavItem
    public NavItem Item {get;}
    See Also