ContactManager.NameChanged Événement

Définition

Déclenché chaque fois que le PeerName associé à un PeerContact dans le ContactManager a changé.

C#
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
public event EventHandler<System.Net.PeerToPeer.Collaboration.NameChangedEventArgs> NameChanged;

Type d'événement

Attributs

Exceptions

L'objet appelant a été supprimé.

Remarques

Le rappel associé fournit une référence au nouveau PeerName.

Cet événement nécessite un PermissionState de Unrestricted.

S’applique à

Produit Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Voir aussi