Skip to main content
All docs
V25.1
  • 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.v25.1.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