using System;
namespace System.Net.NetworkInformation
{
/// References one or more methods to be called when the address of a network interface changes.
/// The source of the event.
/// An object that contains data about the event.
// Token: 0x0200032E RID: 814
// (Invoke) Token: 0x06001C91 RID: 7313
public delegate void NetworkAddressChangedEventHandler(object sender, EventArgs e);
}