Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.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
    public string NewText {get;}
    See Also