Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / AutoCompleteTextWatcher Class / AfterTextChanged Method
The changed text.


In This Topic
    AfterTextChanged Method (AutoCompleteTextWatcher)
    In This Topic
    Calls after text is changed.
    Syntax
    'Declaration
     
    
    Public Sub AfterTextChanged( _
       ByVal s As Android.Text.IEditable _
    ) 
    'Usage
     
    
    Dim instance As AutoCompleteTextWatcher
    Dim s As Android.Text.IEditable
     
    instance.AfterTextChanged(s)
    public void AfterTextChanged( 
       Android.Text.IEditable s
    )

    Parameters

    s
    The changed text.
    See Also