Is there any app event if the Wifi Signal Strength Changes in WinRT or Windows 8.1 Store apps?

  • Thread starter Thread starter Windows Central Question
  • Start date Start date
W

Windows Central Question

Hi,

I have implemented the NetworkInformation.NetworkStatusChanged event for getting internet connection status, and i got the wifi Signal strength through the Connection Profile. But i am in need to know is there any event for signal strength changes need to triggered. We are in need to display the signal strength inside our app.

Below code used to get the signal strength one time if network status changed:

private async void NetworkInformation_NetworkStatusChanged(object sender)

{

ConnectionProfile connections = NetworkInformation.GetInternetConnectionProfile();

var signalstrength = connections.GetSignalBars();

}
 

Forum statistics

Threads
332,656
Messages
2,255,604
Members
428,721
Latest member
dctdpayl4059