C1.Android.Input Assembly / C1.Android.Input Namespace / ComboBoxTextWatcher Class / ComboBoxTextWatcher Constructor
The comboBox.


In This Topic
ComboBoxTextWatcher Constructor
In This Topic
Initializes a new instance of the ComboBoxTextWatcher class.
Syntax
'Declaration
 
Public Function New( _
   ByVal comboBox As C1ComboBox, _
   ByVal editText As Android.Widget.EditText _
)
 
'Usage
 
Dim comboBox As C1ComboBox
Dim editText As Android.Widget.EditText
 
Dim instance As New ComboBoxTextWatcher(comboBox, editText)

Parameters

comboBox
The comboBox.
editText
See Also