/** * Namespace: System.Web.UI.WebControls * Class: AdCreatedEventHandler * * Author: Gaurav Vaish * Contact: * Status: 10??% * * (C) Gaurav Vaish (2001) */ namespace System.Web.UI.WebControls { public delegate void AdCreatedEventHandler(object sender, AdCreatedEventArgs e); }