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
    object
    System.EventArgs
    ConnectionTypeEventArgs

    Properties

    View Source

    ConnectionType

    The connection type.

    Declaration
    public ConnectionType ConnectionType { get; }
    Property Value
    Type Description
    ConnectionType

    Type of the connection.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX