Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Events Namespace / NavItemClickEventArgs Class / NavItemClickEventArgs Constructor / NavItemClickEventArgs Constructor(NavItem,MouseEventArgs)
Item to click.
System.Windows.Forms.MouseEventArgs prototype.

In This Topic
    NavItemClickEventArgs Constructor(NavItem,MouseEventArgs)
    In This Topic
    Initializes a new instance of the NavItemClickEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal item As NavItem, _
       ByVal e As MouseEventArgs _
    )
    public NavItemClickEventArgs( 
       NavItem item,
       MouseEventArgs e
    )

    Parameters

    item
    Item to click.
    e
    System.Windows.Forms.MouseEventArgs prototype.
    See Also