Skip to main content
All docs
V24.1

AsyncDownloadPolicy.Failed Event

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public static event AsyncDownloadPolicy.WeakEventHandler<AsyncDownloadPolicy.FailedEventArgs> Failed

Event Data

The Failed event's data class is AsyncDownloadPolicy.FailedEventArgs. The following properties provide information specific to this event:

Property Description
Content
Exception
Uri
ValueType Gets a value that identifies the group of controls to which an individual control (that initiated the download) belongs. Inherited from AsyncDownloadPolicy.AsyncDownloaderEventArgs.

The event data class exposes the following methods:

Method
Throw()
See Also