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
    ProfileStateEventArgs

    Properties

    View Source

    State

    The profile state.

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

    State type of the connection profile.

    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