Class StateChangedEventArgs

Definition

Namespace:
Tizen.Network.IoTConnectivity
Assembly:
Tizen.Network.IoTConnectivity.dll
API Level:
3

This class represents event arguments of the StateChanged event.

C#
Copy
public class StateChangedEventArgs : EventArgs
Inheritance
System.Object
StateChangedEventArgs

Properties

View Source

State

Indicates the new state of the resource.

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

The new state of the resource.

API Level: 3