Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Events Namespace / NavItemEventArgs Class / NavItemEventArgs Constructor

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

    Parameters

    navigator
    The owner of the event.
    See Also