using System; using System.Runtime.InteropServices; namespace System.ComponentModel.Design { /// Represents the method that handles the and events of a designer. /// The source of the event. /// A that contains the event data. // Token: 0x0200031F RID: 799 // (Invoke) Token: 0x06001C55 RID: 7253 [ComVisible(true)] public delegate void DesignerTransactionCloseEventHandler(object sender, DesignerTransactionCloseEventArgs e); }