Class ProfileStateEventArgs

    Definition

    Namespace:
    Tizen.Network.Connection
    Assembly:
    Tizen.Network.Connection.dll

    An extended EventArgs class, which contains changed profile state.

    public class ProfileStateEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    ProfileStateEventArgs

    Properties

    View Source

    State

    The profile state.

    Declaration
    public ProfileState State { get; }
    Property Value
    Type Description
    ProfileState

    State type of the connection profile.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX