Class StateChangedEventArgs
Definition
- Namespace:
- Tizen.Network.IoTConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
This class represents event arguments of the StateChanged event.
C#Copy[Obsolete("Deprecated since API level 13")] public class StateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsStateChangedEventArgs
Properties
Declaration
C#Copy[Obsolete("Deprecated since API level 13")] public ResourceState State { get; }
Property Value
| Type | Description |
|---|---|
| ResourceState | The new state of the resource. |