using System;
namespace System.ComponentModel
{
/// Represents the method that will handle the MethodNameCompleted event of an asynchronous operation.
/// The source of the event.
/// An that contains the event data.
// Token: 0x02000321 RID: 801
// (Invoke) Token: 0x06001C5D RID: 7261
public delegate void AsyncCompletedEventHandler(object sender, AsyncCompletedEventArgs e);
}