2003-01-19 Gaurav Vaish <gvaish_mono AT lycos.com>
[mono.git] / mcs / class / System.Web.Mobile / System.Web.UI.MobileControls / ObjectListCommandEventHandler.cs
1 /**
2  * Project   : Mono
3  * Namespace : System.Web.UI.MobileControls
4  * Class     : ObjectListCommandEventHandler
5  * Author    : Gaurav Vaish
6  *
7  * Copyright : 2003 with Gaurav Vaish, and with
8  *             Ximian Inc
9  */
10
11 namespace System.Web.UI.MobileControls
12 {
13         public delegate void ObjectListCommandEventHandler(object sender,
14                                    ObjectListCommandEventArgs e);
15 }