| 123456789101112131415161718 |
- /**
- * Project : Mono
- * Namespace : System.Web.UI.MobileControls
- * Class : ListDataBindEventHandler
- * Author : Gaurav Vaish
- *
- * Copyright : 2003 with Gaurav Vaish, and with
- * Ximian Inc
- */
- using System;
- using System.Web.Mobile;
- namespace System.Web.UI.MobileControls
- {
- public delegate void ListDataBindEventHandler(object sender,
- ListDataBindEventArgs e);
- }
|