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
-
objectSystem.EventArgsStateChangedEventArgs
Properties
View SourceState
Indicates the new state of the resource.
Declaration
public ResourceState State { get; }
Property Value
Type | Description |
---|---|
ResourceState | The new state of the resource. |