Class EthernetCableStateEventArgs

    Definition

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

    An extended EventArgs class, which contains changed ethernet cable state.

    public class EthernetCableStateEventArgs : EventArgs
    Inheritance
    object
    EthernetCableStateEventArgs

    Properties

    View Source

    EthernetCableState

    The ethernet cable state.

    Declaration
    public EthernetCableState EthernetCableState { get; }
    Property Value
    Type Description
    EthernetCableState

    Attached or detached state of the ethernet cable.

    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