NetworkAddressChangedEventHandler Delegate
.NET Framework 3.0
References one or more methods to be called when the address of a network interface changes.
Namespace: System.Net.NetworkInformation
Assembly: System (in system.dll)
Assembly: System (in system.dll)
'Declaration Public Delegate Sub NetworkAddressChangedEventHandler ( _ sender As Object, _ e As EventArgs _ ) 'Usage Dim instance As New NetworkAddressChangedEventHandler(AddressOf HandlerMethod)
/** @delegate */ public delegate void NetworkAddressChangedEventHandler ( Object sender, EventArgs e )
Not applicable.
Parameters
- sender
The source of the event.
- e
An EventArgs object that contains data about the event.
This delegate handles NetworkAddressChanged events raised by the NetworkChange class. For detailed information on receiving notification for network interface address change events, see the NetworkChange class overview documentation
The NetworkAddressChanged event is supported on Windows 2000 and later.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: