Class ConnectionStateChangedEventArgs
Definition
- Namespace:
- Tizen.Network.WiFi
- Assembly:
- Tizen.Network.WiFi.dll
- API Level:
- 3
An extended EventArgs class which contains the changed connection state.
public class ConnectionStateChangedEventArgs : EventArgs
- Inheritance
Properties
View SourceAP
The access point.
Declaration
public WiFiAP AP { get; }
Property Value
Type | Description |
---|---|
WiFiAP |
API Level: 3
View SourceState
The Wi-Fi connection state.
Declaration
public WiFiConnectionState State { get; }
Property Value
Type | Description |
---|---|
WiFiConnectionState |