ComponentOne Xamarin Edition
TextChangedEventArgs Constructor
C1.Xamarin.Forms.Input Assembly > C1.Xamarin.Forms.Input Namespace > TextChangedEventArgs Class : TextChangedEventArgs Constructor
The old text in the ComboBox.
The new text in the ComboBox.
Initializes a new instance of the TextChangedEventArgs class.
Syntax
public TextChangedEventArgs( 
   string oldText,
   string newText
)

Parameters

oldText
The old text in the ComboBox.
newText
The new text in the ComboBox.
See Also

Reference

TextChangedEventArgs Class
TextChangedEventArgs Members