Class ProgressChangedEventArgs

    Definition

    Namespace:
    Tizen.Content.Download
    Assembly:
    Tizen.Content.Download.dll

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

    public class ProgressChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    ProgressChangedEventArgs

    Properties

    View Source

    ReceivedDataSize

    The received data size in bytes.

    Declaration
    public ulong ReceivedDataSize { get; }
    Property Value
    Type Description
    ulong
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX