[]
Defines the event data for NotInList event.
public class NotInListEventArgs : EventArgs
Name | 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. |