using System;
namespace System.Timers
{
/// Represents the method that will handle the event of a .
/// The source of the event.
/// An object that contains the event data.
// Token: 0x02000343 RID: 835
// (Invoke) Token: 0x06001CE5 RID: 7397
public delegate void ElapsedEventHandler(object sender, ElapsedEventArgs e);
}