NetworkStateChangeEventDetails.HasNewNetworkConnectivityLevel Property

Definition

Indicates if the network connectivity level for any connection profiles has changed.

public:
 property bool HasNewNetworkConnectivityLevel { bool get(); };
bool HasNewNetworkConnectivityLevel();
public bool HasNewNetworkConnectivityLevel { get; }
var boolean = networkStateChangeEventDetails.hasNewNetworkConnectivityLevel;
Public ReadOnly Property HasNewNetworkConnectivityLevel As Boolean

Property Value

Boolean

bool

true if the network connectivity level changed; otherwise, false.

Applies to

See also