Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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
'Declaration
Public Delegate Sub NetworkAddressChangedEventHandler ( _
sender As Object, _
e As EventArgs _
)
public delegate void NetworkAddressChangedEventHandler(
Object sender,
EventArgs e
)
public delegate void NetworkAddressChangedEventHandler(
Object^ sender,
EventArgs^ e
)
type NetworkAddressChangedEventHandler =
delegate of
sender:Object *
e:EventArgs -> unit
JScript does not support delegates.
Parameters
- sender
Type: System. . :: . .Object
Specifies the object that sent the network address changed event.
- e
Type: Microsoft.SPOT. . :: . .EventArgs
Contains the network address changed event arguments.