Is it possible that I can bind an event which fires when the network goes offline and comes online?
The reason I want to do that is I don't want to regularly poll the network status. Polling is generally bad idea - unless there is absolutely no choice.