PeerApplication.ApplicationChanged Event

Definition

This event is raised whenever a PeerApplication is added, updated or deleted by a remote peer on a subscribed endpoint.

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

Event Type

Attributes

Exceptions

The PeerApplication object has been disposed.

Remarks

Use of this event requires a value of Unrestricted in the PermissionState of the PeerCollaborationPermission object that was created when the peer collaboration session began.

Applies to

Product 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

See also