PeerContact::ApplicationChanged Event

 

This event is raised whenever an application associated with the PeerContact has changed.

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

This PeerContact object has been disposed.

.NET Framework
Available since 3.5
Return to top
Show: