Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / TextChangedEventArgs Class / OldText Property


In This Topic
    OldText Property
    In This Topic
    Gets the old text in the ComboBox.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OldText As String
    'Usage
     
    
    Dim instance As TextChangedEventArgs
    Dim value As String
     
    value = instance.OldText
    public string OldText {get;}
    See Also