Class DeviceStateChangedEventArgs

    Definition

    Namespace:
    Tizen.Network.WiFi
    Assembly:
    Tizen.Network.WiFi.dll

    An extended EventArgs class which contains the changed device state.

    public class DeviceStateChangedEventArgs : EventArgs
    Inheritance
    object
    DeviceStateChangedEventArgs

    Properties

    View Source

    State

    The Wi-Fi device state.

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

    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