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.
public class ProgressChangedEventArgs : EventArgs
- Inheritance
Properties
View SourceReceivedDataSize
The received data size in bytes.
Declaration
public ulong ReceivedDataSize { get; }
Property Value
Type | Description |
---|---|
UInt64 |