SuggestionsRequestEventArgs Properties
Provides data for the SuggestionsRequested event.| Name | 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