ConnectivityChangedEventArgs Class

Definition

The current connectivity information from the change event.

public ref class ConnectivityChangedEventArgs : EventArgs
public class ConnectivityChangedEventArgs : EventArgs
type ConnectivityChangedEventArgs = class
    inherit EventArgs
Public Class ConnectivityChangedEventArgs
Inherits EventArgs
Inheritance
ConnectivityChangedEventArgs

Constructors

Name Description
ConnectivityChangedEventArgs(NetworkAccess, IEnumerable<ConnectionProfile>)

Initializes a new instance of the ConnectivityChangedEventArgs class.

Properties

Name Description
ConnectionProfiles

Gets the active connectivity profiles for the device.

NetworkAccess

Gets the current state of network access.

Methods

Name Description
ToString()

Returns a string representation of the current values of ConnectivityChangedEventArgs.

Applies to