'Declaration
Public Event NotInList As NotInListEventHandler
public event NotInListEventHandler NotInList
Event Data
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. |
See Also