AdCreatedEventHandler.cs 332 B

123456789101112131415
  1. /**
  2. * Namespace: System.Web.UI.WebControls
  3. * Class: AdCreatedEventHandler
  4. *
  5. * Author: Gaurav Vaish
  6. * Contact: <[email protected]>
  7. * Status: 10??%
  8. *
  9. * (C) Gaurav Vaish (2001)
  10. */
  11. namespace System.Web.UI.WebControls
  12. {
  13. public delegate void AdCreatedEventHandler(object sender, AdCreatedEventArgs e);
  14. }