PeerEndPoint.OnNameChanged(NameChangedEventArgs) Method

Definition

Called when a change occurs to the PeerName specified by the PeerContact associated with the PeerEndPoint instance.

C#
protected void OnNameChanged(System.Net.PeerToPeer.Collaboration.NameChangedEventArgs nameChangedArgs);

Parameters

nameChangedArgs
NameChangedEventArgs

Specifies the type of change that has occurred to the PeerName.

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also