ConnectivityChangedEventArgs Class

Definition

The current connectivity information from the change event.

public class ConnectivityChangedEventArgs : EventArgs
Inheritance
ConnectivityChangedEventArgs

Constructors

ConnectivityChangedEventArgs(NetworkAccess, IEnumerable<ConnectionProfile>)

Public constructor

Properties

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

ToString()

The string representation of the event.

Applies to