AutoCompleteEdit.QuerySubmitted Event
In This Article
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
C#
public event EventHandler QuerySubmitted
#Event Data
The QuerySubmitted event's data class is EventArgs.
See Also