Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft