PeerCollaboration::LocalNameChanged Event

 

Raised when the name of the PeerEndPoint on the local host for the local peer has changed.

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

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

.NET Framework
Available since 3.5
Return to top
Show: