C1.Maui.Input Assembly / C1.Maui.Input Namespace / C1AutoCompleteTextBox Class / AutoComplete Event
AutoComplete Event (C1AutoCompleteTextBox)
Gets or sets the callback used to provide the auto-completion text.
Syntax
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.

PropertyDescription
Gets or sets the text used to auto-complete.  
Gets or sets the text that is being auto-completed.  
See Also