Skip to main content
All docs
V23.2

DownloadingEventArgs(Uri, Predicate<Uri>, String, Type) Constructor

Initializes a new instance of the AsyncDownloadPolicy.DownloadingEventArgs class with specified settings.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public DownloadingEventArgs(
    Uri uri,
    Predicate<Uri> accessContext,
    string method,
    Type valueType
)

Parameters

Name Type Description
uri Uri

The processed resource. This value is assigned to the Uri property.

accessContext Predicate<Uri>
method String

The HTTP method. This value is assigned to the Method property.

valueType Type

Result type. This value is assigned to the ValueType property.

See Also