LoadItemsEventHandler

LoadItemsEventHandler.NET 1.1, serializable

System.Web.UI.MobileControls (system.web.mobile.dll)delegate

This delegate represents the method that will handle the PagedControl.LoadItems event. This event fires when a control that uses internal pagination requires more data. You can examine the range of data that is being requested by inspecting the LoadItemsEventArgs.ItemIndex and LoadItemsEventArgs.ItemCount properties. You can then prepare this subset of the data, and bind it to the appropriate control.

public delegate void LoadItemsEventHandler(object sender, LoadItemsEventArgs e);

Associated Events

List.LoadItems( ), LiteralText.LoadItems( ), ObjectList.LoadItems( ), PagedControl.LoadItems( ), TextView.LoadItems( )



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net