'Usage
Dim oldText As String Dim newText As String Dim instance As New TextChangedEventArgs(oldText, newText)
Parameters
- oldText
- The old text in the ComboBox.
- newText
- The new text in the ComboBox.
'Usage
Dim oldText As String Dim newText As String Dim instance As New TextChangedEventArgs(oldText, newText)