NetworkAvailableEventHandler Delegate

 

Represents the method that will handle the My.Application.NetworkAvailabilityChanged or My.Computer.Network.NetworkAvailabilityChanged event.

Namespace:   Microsoft.VisualBasic.Devices
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public delegate void NetworkAvailableEventHandler(
	Object^ sender,
	NetworkAvailableEventArgs^ e
)

Parameters

sender
Type: System::Object^

The source of the event.

e
Type: Microsoft.VisualBasic.Devices::NetworkAvailableEventArgs^

A NetworkAvailableEventArgs object that contains the event data.

In Visual Basic, you do not need to work with this delegate explicitly. For more information, see the WindowsFormsApplicationBase::NetworkAvailabilityChanged event or the Network::NetworkAvailabilityChanged event.

.NET Framework
Available since 2.0
Return to top
Show: