Back to Devexpress

AsyncDownloadPolicy Events

corelibraries-devexpress-dot-data-dot-asyncdownloadpolicy-dot-underscore-events.md

latest1.4 KB
Original Source

AsyncDownloadPolicy Events

Allows you to spot, analyze, and prohibit unwanted download requests.

NameDescription
ConfigureHttpClient staticAllows you to customize settings of a standard HttpClient component that DevExpress components use to download data (the default proxy, base address, cache size, and more).
Downloaded staticFires once the download has completed.
Downloading staticAllows you to spot an initiated download, check connection parameters, and cancel (or allow, if the SuppressAll() policy is active) the operation.
Failed staticOccurs if an external resource fails to load.
Probing staticAllows you to spot the probing of external resources before an actual attempt to download data.

See Also

AsyncDownloadPolicy Class

AsyncDownloadPolicy Members

DevExpress.Data Namespace