Class ConnectionProfileStateEventArgs
Definition
- Namespace:
- Tizen.Network.Connection
- Assembly:
- Tizen.Network.Connection.dll
- API Level:
- 3
An extended EventArgs class, which contains the state of changed connection profile.
C#Copypublic class ConnectionProfileStateEventArgs : EventArgs
- Inheritance
-
ConnectionProfileStateEventArgs
Properties
Declaration
C#Copypublic ConnectionProfileState ConnectionProfileState { get; }
Property Value
Type | Description |
---|---|
ConnectionProfileState | State of the connection profile. |