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