Class DeviceStateChangedEventArgs

Definition

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

An extended EventArgs class which contains the changed device state.

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

Properties

View Source

State

The Wi-Fi device state.

Declaration
C#
Copy
public WiFiDeviceState State { get; }
Property Value
Type Description
WiFiDeviceState
API Level: 3