public event EventHandler<TextBoxAutoCompleteEventArgs> AutoComplete
Event Data
The event handler receives an argument of type TextBoxAutoCompleteEventArgs containing data related to this event. The following TextBoxAutoCompleteEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AutoComplete | Gets or sets the text used to auto-complete. |
Text | Gets or sets the text that is being auto-completed. |
See Also