This documentation is archived and is not being maintained.

PeerEndPoint.NameChanged Event

Signaled when the name associated with a PeerEndPoint object changes.

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

'Declaration
Public Event NameChanged As EventHandler(Of NameChangedEventArgs)
'Usage
Dim instance As PeerEndPoint 
Dim handler As EventHandler(Of NameChangedEventArgs)

AddHandler instance.NameChanged, handler

ExceptionCondition
ObjectDisposedException

The PeerEndPoint object has been disposed.

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5
Show: