/** * Namespace: System.Web.Util * Class: FileChangeEventHandler * * Author: Gaurav Vaish * Maintainer: gvaish@iitk.ac.in * Contact: , * Implementation: yes * Status: 100% * * (C) Gaurav Vaish (2001) */ namespace System.Web.Util { public delegate void FileChangeEventHandler(object sender, int method); }