C1.Android.Input Assembly / C1.Android.Input Namespace / TextChangedEventArgs Class / NewText Property


In This Topic
NewText Property
In This Topic
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
See Also