DownloadProgressEventArgs Class

Definition

Provides event data for the DownloadProgress event.

public ref class DownloadProgressEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class DownloadProgressEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class DownloadProgressEventArgs
Public NotInheritable Class DownloadProgressEventArgs
Inheritance
Object Platform::Object IInspectable DownloadProgressEventArgs
Attributes

Properties

Progress

Gets download progress as a value that is between 0 and 100.

Applies to

See also