Back to Devexpress

AsyncItemsSourceProvider.SuggestionsRequested Event

mobilecontrols-devexpress-dot-xamarinforms-dot-editors-dot-asyncitemssourceprovider.md

latest1.5 KB
Original Source

AsyncItemsSourceProvider.SuggestionsRequested Event

Fires when the provider requests suggestions.

Namespace : DevExpress.XamarinForms.Editors

Assembly : DevExpress.XamarinForms.Editors.dll

NuGet Package : DevExpress.XamarinForms.Editors

Declaration

csharp
public event EventHandler<SuggestionsRequestEventArgs> SuggestionsRequested

Event Data

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

PropertyDescription
CancellationTokenGets the token that allows you to cancel the request.
RequestGets or sets the method that returns suggestions.
TextGets the text entered in the edit box.

See Also

AsyncItemsSourceProvider Class

AsyncItemsSourceProvider Members

DevExpress.XamarinForms.Editors Namespace