Class PushProgressEventArgs

    Definition

    Namespace:
    Tizen.Network.Bluetooth
    Assembly:
    Tizen.Network.Bluetooth.dll

    An extended EventArgs class which contains the file push progress state, push progress by percent.

    public class PushProgressEventArgs : EventArgs
    Inheritance
    object
    PushProgressEventArgs

    Properties

    View Source

    File

    The File name.

    Declaration
    public string File { get; }
    Property Value
    Type Description
    string
    View Source

    Percent

    The File transfer percent.

    Declaration
    public int Percent { get; }
    Property Value
    Type Description
    int
    View Source

    Size

    The File size.

    Declaration
    public long Size { get; }
    Property Value
    Type Description
    long

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX