| 123456789101112131415 |
- /**
- * Namespace: System.Web.UI.WebControls
- * Class: AdCreatedEventHandler
- *
- * Author: Gaurav Vaish
- * Contact: <[email protected]>
- * Status: 10??%
- *
- * (C) Gaurav Vaish (2001)
- */
- namespace System.Web.UI.WebControls
- {
- public delegate void AdCreatedEventHandler(object sender, AdCreatedEventArgs e);
- }
|