| C1.Win.C1List.4 Assembly > C1.Win.C1List Namespace > C1Combo Class : NotInList Event |
'Declaration Public Event NotInList As NotInListEventHandler
public event NotInListEventHandler NotInList
The event handler receives an argument of type NotInListEventArgs containing data related to this event. The following NotInListEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| NewEntry | String representing the text that was entered by the user but not found in the list. |
| Retry | True to force the control to requery the list for the new entry. |