network connection state change event? does it really exists?

in the "ready to rock" launch event of visual studio 2005 i saw an event called something like onNetworkConnectionStateChange.

they told me that this event will be triggered when there's some changes to the network status. for example when the wifi lan becomes available.

i cannot find this event anymore.

can someone help



Answer this question

network connection state change event? does it really exists?

  • John Kirwin

    thanks a lot!
    Smile

  • Zizhong

    The event is System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged

  • network connection state change event? does it really exists?