Back to Devexpress

AsyncDownloadPolicy.DownloadedEventArgs.Result Property

corelibraries-devexpress-dot-data-dot-asyncdownloadpolicy-dot-downloadedeventargs.md

latest1.1 KB
Original Source

AsyncDownloadPolicy.DownloadedEventArgs.Result Property

Gets the downloaded resource (object).

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public object Result { get; }
vb
Public ReadOnly Property Result As Object

Property Value

TypeDescription
Object

The downloaded resource (object).

|

See Also

AsyncDownloadPolicy.DownloadedEventArgs Class

AsyncDownloadPolicy.DownloadedEventArgs Members

DevExpress.Data Namespace