PeerCollaboration.LocalNameChanged Evento
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Surgiu quando o nome do PeerEndPoint anfitrião local para o par local mudou.
public:
static event EventHandler<System::Net::PeerToPeer::Collaboration::NameChangedEventArgs ^> ^ LocalNameChanged;
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
public static event EventHandler<System.Net.PeerToPeer.Collaboration.NameChangedEventArgs> LocalNameChanged;
[<add: System.Security.SecurityCritical>]
[<remove: System.Security.SecurityCritical>]
member this.LocalNameChanged : EventHandler<System.Net.PeerToPeer.Collaboration.NameChangedEventArgs>
Public Shared Custom Event LocalNameChanged As EventHandler(Of NameChangedEventArgs)
Tipo de Evento
- Atributos