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