OpenNETCF Smart Device Framework 2.2
Delegate for the loss or gain of a NetworkInterface

Namespace:  OpenNETCF.Net.NetworkInformation
Assembly:  OpenNETCF.Net (in OpenNETCF.Net)
Version: 2.2.0.0

Syntax

C#
public delegate void InterfaceEventDelegate(
	string interfaceName
)
Visual Basic (Declaration)
Public Delegate Sub InterfaceEventDelegate ( _
	interfaceName As String _
)
Visual Basic (Usage)
Dim instance As New InterfaceEventDelegate(AddressOf HandlerMethod)
Visual C++
public delegate void InterfaceEventDelegate(
	String^ interfaceName
)
J#
/** @delegate */
public delegate void InterfaceEventDelegate(
	String interfaceName
)
JScript
JScript does not support delegates.

Parameters

interfaceName
Type: System..::.String
The name of the interface lost or gained

See Also