Represents the method that handles network status change notifications. This method is called when any properties exposed by the NetworkInformation object changes.
public delegate void NetworkStatusChangedEventHandler(
Object^ sender
)
sender
Type: Object
The source of the event.
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.
Namespace: Windows.Networking.Connectivity
Metadata: windows.winmd