Share via


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

ConnectivityChangedEventArgs(NetworkAccess, IEnumerable<ConnectionProfile>)

Initializes a new instance of the ConnectivityChangedEventArgs class.

Properties

ConnectionProfiles

Gets the active connectivity profiles for the device.

NetworkAccess

Gets the current state of network access.

Methods

ToString()

Returns a string representation of the current values of ConnectivityChangedEventArgs.

Applies to