2
0

AdCreatedEventHandler.cs 365 B

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