ComponentOne Xamarin.Android
ComboBoxTextWatcher Constructor


C1.Android.Input Assembly > C1.Android.Input Namespace > ComboBoxTextWatcher Class : ComboBoxTextWatcher Constructor
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)
public ComboBoxTextWatcher( 
   C1ComboBox comboBox,
   Android.Widget.EditText editText
)

Parameters

comboBox
editText
See Also

Reference

ComboBoxTextWatcher Class
ComboBoxTextWatcher Members