ItemsRequestEventArgs Properties
Contains data for the ItemsRequested event.Name | Description |
---|---|
CancellationToken | Returns the token that allows you to cancel the request. |
Request | Gets or sets the method that returns editor items. |
RequestAsync | Gets or sets the asynchronous method that returns editor items. This method has the higher priority than the Request event. |
Text | Returns the text entered in the edit box. |
See Also