AutoCompleteEdit Events
A text editor that suggests values as a user enters characters into the edit box.| Name | Description |
|---|---|
| ClearIconClicked | Occurs when a user taps the clear icon. Inherited from EditBase. |
| Completed | Occurs when a user taps the ‘Return’ button of the keyboard. Inherited from EditBase. |
| DoubleTap | Fires when the user double taps the editor. Inherited from EditBase. |
| EndIconClicked | Occurs when a user taps the trailing icon. Inherited from EditBase. |
| ErrorIconClicked | Occurs when a user taps the error icon. Inherited from EditBase. |
| LongPress | Fires when the user presses and holds the editor. Inherited from EditBase. |
| QuerySubmitted | Fires when a user taps the submit icon in the edit box or selects a suggestion in the drop-down list. |
| StartIconClicked | Occurs when a user taps the leading icon. Inherited from EditBase. |
| SuggestionChosen | Fires when a user selects a suggestion in the drop-down list. |
| Tap | Fires when the user taps the editor. Inherited from EditBase. |
| TextChanged | Fires when the edit box text is changed. |
See Also