ComponentOne Xamarin.Android
OnTextChanged Method (ComboBoxTextWatcher)


C1.Android.Input Assembly > C1.Android.Input Namespace > ComboBoxTextWatcher Class : OnTextChanged Method
The changed text.
The start index.
The lenth before the text changed.
Calls on text is changed.
Syntax
'Declaration
 
Public Sub OnTextChanged( _
   ByVal s As Java.Lang.ICharSequence, _
   ByVal start As Integer, _
   ByVal before As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As ComboBoxTextWatcher
Dim s As Java.Lang.ICharSequence
Dim start As Integer
Dim before As Integer
Dim count As Integer
 
instance.OnTextChanged(s, start, before, count)
public void OnTextChanged( 
   Java.Lang.ICharSequence s,
   int start,
   int before,
   int count
)

Parameters

s
The changed text.
start
The start index.
before
The lenth before the text changed.
count
See Also

Reference

ComboBoxTextWatcher Class
ComboBoxTextWatcher Members