DownloadedEventArgs(Uri, Type, Object) Constructor
In This Article
Initializes a new instance of the AsyncDownloadPolicy.DownloadedEventArgs class with specified settings.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
uri | Uri | The loaded resource identifier. This value is assigned to the Uri property. |
value |
Type | This value is assigned to the Value |
result | Object | The downloaded resource (object). This value is assigned to the Result property. |
See Also