PeerCollaboration::LocalObjectChanged Event

 

A PeerObject in the PeerObjectCollection for the local peer on the local host has changed.

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

public:
event EventHandler<ObjectChangedEventArgs^>^ LocalObjectChanged {
	static void add(EventHandler<ObjectChangedEventArgs^>^ value);
	static void remove(EventHandler<ObjectChangedEventArgs^>^ value);
}

.NET Framework
Available since 3.5
Return to top
Show: