Class ProgressChangedEventArgs

Definition

Namespace:
Tizen.Content.Download
Assembly:
Tizen.Content.Download.dll
API Level:
3

An extended EventArgs class which contains the size of received data in bytes.

C#
Copy
public class ProgressChangedEventArgs : EventArgs
Inheritance
ProgressChangedEventArgs

Properties

View Source

ReceivedDataSize

The received data size in bytes.

Declaration
C#
Copy
public ulong ReceivedDataSize { get; }
Property Value
Type Description
UInt64
API Level: 3