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#
Copy
public class ProfileStateEventArgs : EventArgs
Inheritance
System.Object
ProfileStateEventArgs

Properties

View Source

State

The profile state.

Declaration
C#
Copy
public ProfileState State { get; }
Property Value
Type Description
ProfileState

State type of the connection profile.

API Level: 3