Partager via


ConnectivityChangedEventArgs Constructeur

Définition

Initialise une nouvelle instance de la 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))

Paramètres

access
NetworkAccess

Accès actuel du réseau.

connectionProfiles
IEnumerable<ConnectionProfile>

Les profils de connexion changent correspondant à cet événement.

S’applique à