New test.
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / DataListCommandEventHandler.cs
index 6da56f86350e8f72cbafa503b9f97dc925636e91..b36c526319edfe88a286993d6b0f4ea605bdc327 100644 (file)
@@ -1,4 +1,9 @@
-
+//
+// System.Web.UI.WebControls.DataListCommandEventHandler.cs
+//
+// Author: Duncan Mak (duncan@novell.com)
+//
+// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-/**
- * Namespace: System.Web.UI.WebControls
- *
- * Author: Gaurav Vaish
- * Maintainer: gvaish@iitk.ac.in
- * Contact:  <my_scripts2001@yahoo.com>, <gvaish@iitk.ac.in>
- * Implementation: yes
- * Status: 100%
- *
- * (C) Gaurav Vaish (2001)
- */
 
-namespace System.Web.UI.WebControls
-{
-       public delegate void DataListCommandEventHandler(object sender, DataListCommandEventArgs e);
+namespace System.Web.UI.WebControls {
+
+       public delegate void DataListCommandEventHandler (
+               object sender,
+               DataListCommandEventArgs e);
+
 }
\ No newline at end of file