Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PeerApplication::ApplicationChanged Event

 

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

Namespace:   System.Net.PeerToPeer.Collaboration
Assembly:  System.Net (in System.Net.dll)

public:
event EventHandler<ApplicationChangedEventArgs^>^ ApplicationChanged {
	void add(EventHandler<ApplicationChangedEventArgs^>^ value);
	void remove(EventHandler<ApplicationChangedEventArgs^>^ value);
}

Exception Condition
ObjectDisposedException

The PeerApplication object has been disposed.

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.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft