Condividi tramite


ConnectivityChangedEventArgs Costruttore

Definizione

Inizializza una nuova istanza della classe ConnectivityChangedEventArgs.

public:
 ConnectivityChangedEventArgs(Microsoft::Maui::Networking::NetworkAccess access, System::Collections::Generic::IEnumerable<Microsoft::Maui::Networking::ConnectionProfile> ^ connectionProfiles);
public ConnectivityChangedEventArgs (Microsoft.Maui.Networking.NetworkAccess access, System.Collections.Generic.IEnumerable<Microsoft.Maui.Networking.ConnectionProfile> connectionProfiles);
new Microsoft.Maui.Networking.ConnectivityChangedEventArgs : Microsoft.Maui.Networking.NetworkAccess * seq<Microsoft.Maui.Networking.ConnectionProfile> -> Microsoft.Maui.Networking.ConnectivityChangedEventArgs
Public Sub New (access As NetworkAccess, connectionProfiles As IEnumerable(Of ConnectionProfile))

Parametri

access
NetworkAccess

Accesso corrente della rete.

connectionProfiles
IEnumerable<ConnectionProfile>

I profili di connessione che cambiano corrispondenti a questo evento.

Si applica a