2002-03-05 Gaurav Vaish <gvaish@iitk.ac.in>
[mono.git] / mcs / class / System.Web / System.Web.Security / FormsAuthenticationEventHandler.cs
1 /**
2  * Namespace: System.Web.UI.Security
3  *
4  * Author: Gaurav Vaish
5  * Maintainer: gvaish@iitk.ac.in
6  * Contact:  <my_scripts2002@yahoo.com>, <gvaish@iitk.ac.in>
7  * Implementation: yes
8  * Status: 100%
9  *
10  * (C) Gaurav Vaish (2002)
11  */
12
13 namespace System.Web.UI.Security
14 {
15         public delegate void FormsAuthenticationEventHandler(object sender, FormsAuthenticationEventArgs e);
16 }