AsyncItemsSourceProvider.SuggestionsRequested Event
Fires when the provider requests suggestions.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
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