2
0

FormsAuthenticationEventHandler.cs 314 B

1234567891011121314
  1. //
  2. // System.Web.Security.FormsAuthenticationEventHandler
  3. //
  4. // Authors:
  5. // Gonzalo Paniagua Javier ([email protected])
  6. //
  7. // (C) 2002 Ximian, Inc (http://www.ximian.com)
  8. //
  9. namespace System.Web.Security
  10. {
  11. public delegate void FormsAuthenticationEventHandler (object sender, FormsAuthenticationEventArgs e);
  12. }