ComponentOne Xamarin.iOS
NewText Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > TextChangedEventArgs Class : NewText Property
Gets the new text in the ComboBox.
Syntax
'Declaration
 
Public ReadOnly Property NewText As String
'Usage
 
Dim instance As TextChangedEventArgs
Dim value As String
 
value = instance.NewText
public string NewText {get;}
See Also

Reference

TextChangedEventArgs Class
TextChangedEventArgs Members