System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler Delegate

References one or more methods to be called when the availability of the network changes.

Syntax

public delegate void NetworkAvailabilityChangedEventHandler (object sender, NetworkAvailabilityEventArgs e)

Parameters

sender
Documentation for this section has not yet been entered.
e
Documentation for this section has not yet been entered.

Remarks

This delegate handles NetworkChange.NetworkAvailabilityChanged events raised by the System.Net.NetworkInformation.NetworkChange class. For detailed information on receiving notification for network interface address change events, see the System.Net.NetworkInformation.NetworkChange class overview documentation.

The NetworkChange.NetworkAvailabilityChanged event is supported on Windows 2000 and later.

Requirements

Namespace: System.Net.NetworkInformation
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0