| 1234567891011121314151617 |
- /**
- * Namespace: System.Web.UI.WebControls
- * Delegate: CommandEventHandler
- *
- * Author: Gaurav Vaish
- * Maintainer: [email protected]
- * Implementation: yes
- * Contact: <[email protected]>
- * Status: 100%
- *
- * (C) Gaurav Vaish (2001)
- */
- namespace System.Web.UI.WebControls
- {
- public delegate void CommandEventHandler(object sender, CommandEventArgs e);
- }
|