NetworkStatusChangedEventHandler Delegate

Represents the method that handles network status change notifications. This method is called when any properties exposed by the NetworkInformation object changes.

Syntax

public delegate void NetworkStatusChangedEventHandler(
         Object^ sender
)  

Parameters

sender
Type: Object 

  The source of the event.

Remarks

To receive any status change notifications, this delegate must be implemented and registered with the NetworkStatusChanged event. On an event callback, the user can then query the NetworkInformation object to check the status of the properties of interest. For an example of this implementation, see Quickstart: Managing connection events and changes in availability.

Requirements

Namespace: Windows.Networking.Connectivity

Metadata: windows.winmd

See also

Reference

Windows.Networking.Connectivity Namespace