NAutoCompleteBox Class Events
In This Topic
For a list of all members of this type, see NAutoCompleteBox members.
Public Events
| | Name | Description |
 | ImageMouseDown | Occurs when the image of this autocomplete box has been clicked. |
 | ListBoxItemSelected | Occurs when user has selected an item in the drop down list box either by clicking it or by pressing enter when it is highlighted. You can subscribe to this event only after the auto complete box has been initialized through the Init method. |
 | TextChanged | Occurs when the text of this auto complete box has changed. |
Top
See Also