[]
        
(Showing Draft Content)

C1.Android.Input.ComboBoxTextWatcher

ComboBoxTextWatcher Class

The text watcher of the ComboBox control.

Inheritance
ComboBoxTextWatcher
Implements
ITextWatcher
INoCopySpan
IJavaObject
IDisposable
IJavaPeerable
Namespace: C1.Android.Input
Assembly: C1.Android.Input.dll
Syntax
public class ComboBoxTextWatcher : Object, ITextWatcher, INoCopySpan, IJavaObject, IDisposable, IJavaPeerable

Constructors

Name Description
ComboBoxTextWatcher(C1ComboBox, EditText)

Initializes a new instance of the ComboBoxTextWatcher class.

Methods

Name Description
AfterTextChanged(IEditable)

Calls after text is changed.

BeforeTextChanged(ICharSequence, int, int, int)

Calls before text is changed.

OnTextChanged(ICharSequence, int, int, int)

Calls on text is changed. Within s, the count characters beginning at start have just replaced old text that had length before.