NetworkAvailableEventArgs Constructor (Boolean)

 

Initializes a new instance of the StartupNextInstanceEventArgs class.

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

public:
NetworkAvailableEventArgs(
	bool networkAvailable
)

Parameters

networkAvailable
Type: System::Boolean

A Boolean that indicates whether a network is available to the application.

The WindowsFormsApplicationBase::NetworkAvailabilityChanged and the Network::NetworkAvailabilityChanged events occur when the availability of the network changes.

NetworkAvailableEventArgs contains the new state of the network connection. To get the current state of the network connection, use the IsAvailable property.

.NET Framework
Available since 2.0
Return to top
Show: