using System;
namespace System.ComponentModel
{
/// Represents the method that will handle the event of the class. This class cannot be inherited.
/// The source of the event.
/// A that contains the event data.
// Token: 0x02000325 RID: 805
// (Invoke) Token: 0x06001C6D RID: 7277
public delegate void ProgressChangedEventHandler(object sender, ProgressChangedEventArgs e);
}