Classe NetworkNotificationEventArgs

Gerarchia di ereditarietà

System.Object
  System.EventArgs
    Microsoft.Phone.Net.NetworkInformation.NetworkNotificationEventArgs

Spazio dei nomi:  Microsoft.Phone.Net.NetworkInformation
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class NetworkNotificationEventArgs _
    Inherits EventArgs
public sealed class NetworkNotificationEventArgs : EventArgs
public ref class NetworkNotificationEventArgs sealed : public EventArgs
[<Sealed>]
type NetworkNotificationEventArgs =  
    class
        inherit EventArgs
    end

Il tipo NetworkNotificationEventArgs espone i seguenti membri.

Proprietà

  Nome Descrizione
Proprietà pubblica NetworkInterface
Proprietà pubblica NotificationType

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals(Object) Determina se l'oggetto specificato equivale all'oggetto corrente. (Ereditato da Object)
Metodo pubblico GetHashCode Funge da funzione hash predefinita. (Ereditato da Object)
Metodo pubblico GetType Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object)
Metodo pubblico ToString Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object)

In alto

Informazioni sulla versione

.NET per applicazioni Windows Phone

Supportato in: Windows Phone 8, Silverlight 8.1

Codice thread safe

Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.Phone.Net.NetworkInformation