Skip to main content

AsyncItemsSourceProvider.SuggestionsRequested Event

In This Article

Fires when the provider requests suggestions.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public event EventHandler<SuggestionsRequestEventArgs> SuggestionsRequested

#Event Data

The SuggestionsRequested event's data class is SuggestionsRequestEventArgs. The following properties provide information specific to this event:

Property Description
CancellationToken Gets the token that allows you to cancel the request.
Request Gets or sets the method that returns suggestions.
Text Gets the text entered in the edit box.
See Also