[]
Event information for C1ComboBox.TextChanged event.
public class TextChangedEventArgs : EventArgs
| Name | Description |
|---|---|
| TextChangedEventArgs(string, string) | Initializes a new instance of the TextChangedEventArgs class. |
| Name | Description |
|---|---|
| NewText | Gets the new text in the ComboBox. |
| OldText | Gets the old text in the ComboBox. |