Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Events Namespace / NavItemTextChangedEventArgs Class / NavItemTextChangedEventArgs Constructor
New text.

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

    Parameters

    navigator
    The owner of the event.
    text
    New text.
    See Also