C1.Android.Input Assembly / C1.Android.Input Namespace / AutoCompleteTextWatcher Class / AutoCompleteTextWatcher Constructor
The autoComplete.
The editable text control.


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

Parameters

autoComplete
The autoComplete.
editText
The editable text control.
See Also