'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.
Property | Description |
---|---|
Handled | 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) |
Navigator | Gets C1.Win.Input.DbNavigator.C1DbNavigator that is the owner of the event. (Inherited from C1.Win.Input.DbNavigator.Events.NavItemEventArgs) |
Text | Gets new item text. |
See Also