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
    System.EventArgs
    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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX