Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Events Namespace / NavItemMouseEventArgs Class / NavItemMouseEventArgs Constructor / NavItemMouseEventArgs Constructor(C1DbNavigator,MouseEventArgs)
System.Windows.Forms.MouseEventArgs prototype.

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

    Parameters

    navigator
    The owner of the event.
    e
    System.Windows.Forms.MouseEventArgs prototype.
    See Also