NetworkAddressChangedEventHandler Delegate

Provides an event handler that is called when the network address changes.

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

Syntax

public delegate void NetworkAddressChangedEventHandler (
         Objectsender,
         EventArgse
)

Parameters

  • sender
    Specifies the object that sent the network address changed event.
  • e
    Contains the network address changed event argumets.

Version Information

Available in .NET Micro Framework version 3.0 and above.

See Also

Reference

Microsoft.SPOT.Net.NetworkInformation Namespace