Connectivity.ConnectivityChanged Event
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.
Event that is triggered when a network access or profile has changed.
public static event EventHandler<Xamarin.Essentials.ConnectivityChangedEventArgs> ConnectivityChanged;
Event Type
System.EventHandler<ConnectivityChangedEventArgs>
Remarks
Can throw PermissionException on Android if ACCESS_NETWORK_STATE is not set in manifest.