ContactManager.ApplicationChanged Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déclenché chaque fois qu'un PeerApplication associé à un PeerContact dans le ContactManager a changé.
public:
event EventHandler<System::Net::PeerToPeer::Collaboration::ApplicationChangedEventArgs ^> ^ ApplicationChanged;
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
public event EventHandler<System.Net.PeerToPeer.Collaboration.ApplicationChangedEventArgs> ApplicationChanged;
[<add: System.Security.SecurityCritical>]
[<remove: System.Security.SecurityCritical>]
member this.ApplicationChanged : EventHandler<System.Net.PeerToPeer.Collaboration.ApplicationChangedEventArgs>
Public Custom Event ApplicationChanged As EventHandler(Of ApplicationChangedEventArgs)
Type d'événement
- Attributs
Exceptions
L'objet appelant a été supprimé.
Remarques
Cette méthode retourne uniquement les applications publiées par les contacts de l’homologue appelant.
Pour que cet événement puisse être déclenché, l’utilisateur actuel de l’homologue distant doit s’abonner aux événements de collaboration de l’homologue distant. L’abonnement est effectué via la Subscribe méthode .
Cet événement nécessite un PermissionState de Unrestricted.