Property | Type | Description | |
---|---|---|---|
AdapterOnPartialTextChanged | void | ||
FireChanged | void | ||
OnItemClick | void | ||
OnItemSelected | void |
Method | Description | |
---|---|---|
MvxAutoCompleteTextView ( Android.Content.Context context, IAttributeSet attrs ) : System | ||
MvxAutoCompleteTextView ( Android.Content.Context context, IAttributeSet attrs, |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
MvxAutoCompleteTextView ( |
||
OnItemClick ( int position ) : void | ||
OnItemSelected ( int position ) : void |
Method | Description | |
---|---|---|
AdapterOnPartialTextChanged ( object sender, |
||
FireChanged ( EventHandler eventHandler ) : void | ||
OnItemClick ( object sender, Android.Widget.AdapterView itemClickEventArgs ) : void | ||
OnItemSelected ( object sender, Android.Widget.AdapterView itemSelectedEventArgs ) : void |
public MvxAutoCompleteTextView ( Android.Content.Context context, IAttributeSet attrs ) : System | ||
context | Android.Content.Context | |
attrs | IAttributeSet | |
return | System |
public MvxAutoCompleteTextView ( Android.Content.Context context, IAttributeSet attrs, |
||
context | Android.Content.Context | |
attrs | IAttributeSet | |
adapter | ||
return | System |
protected MvxAutoCompleteTextView ( |
||
javaReference | ||
transfer | JniHandleOwnership | |
return | System |
protected OnItemClick ( int position ) : void | ||
position | int | |
return | void |
protected OnItemSelected ( int position ) : void | ||
position | int | |
return | void |