Class ConnectionTypeEventArgs
Definition
- Namespace:
- Tizen.Network.Connection
- Assembly:
- Tizen.Network.Connection.dll
- API Level:
- 3
An extended EventArgs class, which contains changed connection type.
public class ConnectionTypeEventArgs : EventArgs
- Inheritance
Properties
View SourceConnectionType
The connection type.
Declaration
public ConnectionType ConnectionType { get; }
Property Value
Type | Description |
---|---|
ConnectionType | Type of the connection. |