NetworkAvailabilityChangedEventHandler Delegate

Indicates a change in the availability of the network.

Namespace: Microsoft.SPOT.Net.NetworkInformation
Assembly: Microsoft.SPOT.Net (in microsoft.spot.net.dll)

Syntax

public delegate void NetworkAvailabilityChangedEventHandler (
         Objectsender,
         NetworkAvailabilityEventArgse
)

Parameters

  • sender
    Specifies the object that sent the network availability changed event.
  • e
    Contains the event arguments.

Version Information

Available in .NET Micro Framework version 3.0 and above.

See Also

Reference

Microsoft.SPOT.Net.NetworkInformation Namespace