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.]
Indicates a change in the availability of the network.
Namespace: Microsoft.SPOT.Net.NetworkInformation
Assembly: Microsoft.SPOT.Net (in Microsoft.SPOT.Net.dll)
Syntax
'Declaration
Public Delegate Sub NetworkAvailabilityChangedEventHandler ( _
sender As Object, _
e As NetworkAvailabilityEventArgs _
)
public delegate void NetworkAvailabilityChangedEventHandler(
Object sender,
NetworkAvailabilityEventArgs e
)
public delegate void NetworkAvailabilityChangedEventHandler(
Object^ sender,
NetworkAvailabilityEventArgs^ e
)
type NetworkAvailabilityChangedEventHandler =
delegate of
sender:Object *
e:NetworkAvailabilityEventArgs -> unit
JScript does not support delegates.
Parameters
- sender
Type: System. . :: . .Object
Specifies the object that sent the network availability changed event.
- e
Type: Microsoft.SPOT.Net.NetworkInformation. . :: . .NetworkAvailabilityEventArgs
Contains the network availability changed event arguments.