ConnectivityChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The current connectivity information from the change event.
public class ConnectivityChangedEventArgs : EventArgs
- Inheritance
-
System.EventArgsConnectivityChangedEventArgs
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. |