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