AdCreatedEventHandler.cs 389 B

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