[]
        
(Showing Draft Content)

C1.Android.Input.TextChangedEventArgs.-ctor

TextChangedEventArgs Constructor

TextChangedEventArgs(string, string)

Initializes a new instance of the TextChangedEventArgs class.

Declaration
public TextChangedEventArgs(string oldText, string newText)
Parameters
Type Name Description
string oldText

The old text in the ComboBox.

string newText

The new text in the ComboBox.