Class ScanStateChangedEventArgs

Definition

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

An extended EventArgs class which contains the changed scan state.

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

Properties

View Source

State

The Wi-Fi scan state.

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