ComboBoxTextWatcher Class
In This Topic
The text watcher of the ComboBox control.
Syntax
'Declaration
<Android.Runtime.RegisterAttribute("java/lang/Object",
DoNotGenerateAcw=True,
ApiSince=1)>
Public Class ComboBoxTextWatcher
Inherits Java.Lang.Object
Implements Android.Runtime.IJavaObject, Android.Text.INoCopySpan, Android.Text.ITextWatcher, Java.Interop.IJavaPeerable
'Usage
Dim instance As ComboBoxTextWatcher
[Android.Runtime.Register("java/lang/Object",
DoNotGenerateAcw=true,
ApiSince=1)]
public class ComboBoxTextWatcher : Java.Lang.Object, Android.Runtime.IJavaObject, Android.Text.INoCopySpan, Android.Text.ITextWatcher, Java.Interop.IJavaPeerable
Inheritance Hierarchy
System.Object
Java.Lang.Object
C1.Android.Input.ComboBoxTextWatcher
See Also