using System;
namespace System.IO
{
/// Represents the method that will handle the event of a class.
/// The source of the event.
/// The that contains the event data.
/// 2
// Token: 0x0200032C RID: 812
// (Invoke) Token: 0x06001C89 RID: 7305
public delegate void RenamedEventHandler(object sender, RenamedEventArgs e);
}