NetworkAvailabilityChangedEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
References one or more methods to be called when the availability of the network changes.
public delegate void NetworkAvailabilityChangedEventHandler(System::Object ^ sender, NetworkAvailabilityEventArgs ^ e);
public delegate void NetworkAvailabilityChangedEventHandler(object? sender, NetworkAvailabilityEventArgs e);
public delegate void NetworkAvailabilityChangedEventHandler(object sender, NetworkAvailabilityEventArgs e);
type NetworkAvailabilityChangedEventHandler = delegate of obj * NetworkAvailabilityEventArgs -> unit
Public Delegate Sub NetworkAvailabilityChangedEventHandler(sender As Object, e As NetworkAvailabilityEventArgs)
Parameters
- sender
- Object
The source of the event.
An EventArgs object that contains data about the event.
Remarks
This delegate handles NetworkAvailabilityChanged events raised by the NetworkChange class. For detailed information on receiving notification for network interface address change events, see the NetworkChange class overview documentation.
Extension Methods
GetMethodInfo(Delegate) |
Gets an object that represents the method represented by the specified delegate. |