Class StateChangedEventArgs

    Definition

    Namespace:
    Tizen.Network.WiFiDirect
    Assembly:
    Tizen.Network.WiFiDirect.dll

    An extended EventArgs class which contains the changed Wi-Fi Direct state of the local device.

    public class StateChangedEventArgs : EventArgs
    Inheritance
    object
    StateChangedEventArgs

    Properties

    View Source

    State

    The Wi-Fi Direct state.

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

    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