// // System.Web.EndEventHandler.cs // // Author: // Bob Smith // // (C) Bob Smith // namespace System.Web { public delegate void EndEventHandler(IAsyncResult ar); }