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#Copypublic class StateChangedEventArgs : EventArgs
- Inheritance
-
System.ObjectSystem.EventArgsStateChangedEventArgs
Properties
Declaration
C#Copypublic ResourceState State { get; }
Property Value
Type | Description |
---|---|
ResourceState | The new state of the resource. |