ConnectivityChangedEventArgs Class

Definition

The current connectivity information from the change event.

public class ConnectivityChangedEventArgs : EventArgs
Inheritance
System.EventArgs
ConnectivityChangedEventArgs

Constructors

Name Description
ConnectivityChangedEventArgs(NetworkAccess, IEnumerable<ConnectionProfile>)

Public constructor

Properties

Name Description
ConnectionProfiles

Gets the active connectivity types for the device.

NetworkAccess

Gets the current state of network access. Does not guarantee full access to the internet.

Methods

Name Description
ToString()

The string representation of the event.

Applies to