ComponentOne Xamarin.Android
AfterTextChanged Method (ComboBoxTextWatcher)


C1.Android.Input Assembly > C1.Android.Input Namespace > ComboBoxTextWatcher Class : AfterTextChanged Method
The changed text.
Calls after text is changed.
Syntax
'Declaration
 
Public Sub AfterTextChanged( _
   ByVal s As Android.Text.IEditable _
) 
'Usage
 
Dim instance As ComboBoxTextWatcher
Dim s As Android.Text.IEditable
 
instance.AfterTextChanged(s)
public void AfterTextChanged( 
   Android.Text.IEditable s
)

Parameters

s
The changed text.
See Also

Reference

ComboBoxTextWatcher Class
ComboBoxTextWatcher Members