Class ConnectionProfileStateEventArgs
Definition
- Namespace:
- Tizen.Network.Connection
- Assembly:
- Tizen.Network.Connection.dll
An extended EventArgs class, which contains the state of changed connection profile.
public class ConnectionProfileStateEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsConnectionProfileStateEventArgs
Properties
View SourceConnectionProfileState
The connection profile state.
Declaration
public ConnectionProfileState ConnectionProfileState { get; }
Property Value
Type | Description |
---|---|
ConnectionProfileState | State of the connection profile. |