Class StateChangedEventArgs

    Definition

    Namespace:
    Tizen.Network.IoTConnectivity
    Assembly:
    Tizen.Network.IoTConnectivity.dll

    This class represents event arguments of the StateChanged event.

    public class StateChangedEventArgs : EventArgs
    Inheritance
    object
    StateChangedEventArgs

    Properties

    View Source

    State

    Indicates the new state of the resource.

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

    The new state of the resource.

    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