PeerEndPoint.OnNameChanged(NameChangedEventArgs) Method

Definition

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

protected:
 void OnNameChanged(System::Net::PeerToPeer::Collaboration::NameChangedEventArgs ^ nameChangedArgs);
protected void OnNameChanged (System.Net.PeerToPeer.Collaboration.NameChangedEventArgs nameChangedArgs);
member this.OnNameChanged : System.Net.PeerToPeer.Collaboration.NameChangedEventArgs -> unit
Protected Sub OnNameChanged (nameChangedArgs As NameChangedEventArgs)

Parameters

nameChangedArgs
NameChangedEventArgs

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

Applies to

See also