[]
Initializes a new instance of the TextChangedEventArgs class.
public TextChangedEventArgs(string oldText, string newText)
| Type | Name | Description |
|---|---|---|
| string | oldText | The old text in the ComboBox. |
| string | newText | The new text in the ComboBox. |