AutoCompleteEdit.QuerySubmitted Event
Fires when a user taps the submit icon in the edit box or selects a suggestion in the drop-down list.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public event EventHandler QuerySubmitted
Event Data
The QuerySubmitted event's data class is EventArgs.
See Also