/** * Project : Mono * Namespace : System.Web.UI.MobileControls * Class : ObjectListCommandEventHandler * Author : Gaurav Vaish * * Copyright : 2003 with Gaurav Vaish, and with * Ximian Inc */ namespace System.Web.UI.MobileControls { public delegate void ObjectListCommandEventHandler(object sender, ObjectListCommandEventArgs e); }