Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Items Namespace / NavEditor Class / TextChanged Event

In This Topic
    TextChanged Event
    In This Topic
    Occurs when the item text is changed.
    Syntax
    'Declaration
     
    
    Public Event TextChanged As NavItemTextChangedEventHandler
    public event NavItemTextChangedEventHandler TextChanged
    Event Data

    The event handler receives an argument of type NavItemTextChangedEventArgs containing data related to this event. The following NavItemTextChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing. (Inherited from C1.Win.Input.DbNavigator.Events.NavItemEventArgs)
    Gets C1.Win.Input.DbNavigator.C1DbNavigator that is the owner of the event. (Inherited from C1.Win.Input.DbNavigator.Events.NavItemEventArgs)
    Gets new item text.  
    See Also