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