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#Copypublic class ProgressChangedEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic ulong ReceivedDataSize { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |