using System;
using Cpp2IlInjected;
namespace System.ComponentModel
{
/// Represents the method that will handle the event. This class cannot be inherited.
/// The source of the event.
/// A that contains the event data.
// Token: 0x0200011E RID: 286
// (Invoke) Token: 0x0600070A RID: 1802
[Token(Token = "0x200011E")]
public delegate void DoWorkEventHandler(object sender, DoWorkEventArgs e);
}