'Declaration Public Event AutoComplete As EventHandler(Of TextBoxAutoCompleteEventArgs)
public event EventHandler<TextBoxAutoCompleteEventArgs> AutoComplete
Event Data
The event handler receives an argument of type C1.WPF.Input.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