Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save mushfiqweb/e7d6e6b5167f81bce81af97cc77d28bc to your computer and use it in GitHub Desktop.

Select an option

Save mushfiqweb/e7d6e6b5167f81bce81af97cc77d28bc to your computer and use it in GitHub Desktop.
NetworkInformation.NetworkStatusChanged += NetworkInformation_NetworkStatusChanged;
void NetworkInformation_NetworkStatusChanged(object sender)
{
if (DeviceNetworkInformation.IsNetworkAvailable)
{
//do you task
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment