1 instantiation of ConnectivityChangedEventArgs
Microsoft.Maui.Essentials (1)
Connectivity\Connectivity.shared.cs (1)
110
=> OnConnectivityChanged(new
ConnectivityChangedEventArgs
(access, profiles));
7 references to ConnectivityChangedEventArgs
Microsoft.Maui.Essentials (7)
Connectivity\Connectivity.shared.cs (7)
28
event EventHandler<
ConnectivityChangedEventArgs
> ConnectivityChanged;
56
public static event EventHandler<
ConnectivityChangedEventArgs
> ConnectivityChanged
77
event EventHandler<
ConnectivityChangedEventArgs
> ConnectivityChangedInternal;
84
public event EventHandler<
ConnectivityChangedEventArgs
> ConnectivityChanged
115
void OnConnectivityChanged(
ConnectivityChangedEventArgs
e)
131
/// Initializes a new instance of the <see cref="
ConnectivityChangedEventArgs
"/> class.
156
/// Returns a string representation of the current values of <see cref="
ConnectivityChangedEventArgs
"/>.