WinUI | ComponentOne
C1.WinUI.Input Assembly / C1.WinUI.Input Namespace / C1AutoCompleteTextBox Class / AutoComplete Event
In This Topic
    AutoComplete Event (C1AutoCompleteTextBox)
    In This Topic
    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