NetworkStatusChangedEventArgs Constructor

Initializes a new instance of the NetworkStatusChangedEventArgs class.

Definition

Namespace: DevCase.Core.Networking.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public NetworkStatusChangedEventArgs(
	bool isAvailable
)

Parameters

isAvailable  Boolean
A Boolean value indicating the current state of Internet connectivity.

See Also