System.Net.NetworkInformation.NetworkAddressChangedEventHandler Delegate

References one or more methods to be called when the address of a network interface changes.

Syntax

public delegate void NetworkAddressChangedEventHandler (object sender, EventArgs 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.NetworkAddressChanged 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.NetworkAddressChanged 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