//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //------------------------------------------------------------------------------ namespace System.Web.UI.WebControls { /// /// Represents the method that will handle the /// event of an . /// public delegate void AdCreatedEventHandler(object sender, AdCreatedEventArgs e); }