Class StateChangedEventArgs
Definition
- Namespace:
- Tizen.Network.Io
TConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
This class represents event arguments of the StateChanged event.
public class StateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args StateChanged Event Args
Properties
View SourceState
Indicates the new state of the resource.
Declaration
public ResourceState State { get; }
Property Value
Type | Description |
---|---|
Resource |
The new state of the resource. |