Skip to main content
All docs
V23.2

DownloadedEventArgs(Uri, Type, Object) Constructor

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

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public DownloadedEventArgs(
    Uri uri,
    Type valueType,
    object result
)

Parameters

Name Type Description
uri Uri

The loaded resource identifier. This value is assigned to the Uri property.

valueType Type

This value is assigned to the ValueType property.

result Object

The downloaded resource (object). This value is assigned to the Result property.

See Also