using System; using System.Runtime.InteropServices; namespace System.ComponentModel.Design { /// Represents the method that will handle a event. /// The source of the event. /// A that contains the event data. // Token: 0x0200031E RID: 798 // (Invoke) Token: 0x06001C51 RID: 7249 [ComVisible(true)] public delegate void ComponentRenameEventHandler(object sender, ComponentRenameEventArgs e); }