Share via


DeviceNetworkInformation.NetworkAvailabilityChanged Event

Namespace:  Microsoft.Phone.Net.NetworkInformation
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Shared Event NetworkAvailabilityChanged As EventHandler(Of NetworkNotificationEventArgs)
public static event EventHandler<NetworkNotificationEventArgs> NetworkAvailabilityChanged
public:
static   event EventHandler<NetworkNotificationEventArgs^>^ NetworkAvailabilityChanged {
    void add (EventHandler<NetworkNotificationEventArgs^>^ value);
    void remove (EventHandler<NetworkNotificationEventArgs^>^ value);
}
member NetworkAvailabilityChanged : IEvent<EventHandler<NetworkNotificationEventArgs>,
    NetworkNotificationEventArgs>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

DeviceNetworkInformation Class

Microsoft.Phone.Net.NetworkInformation Namespace