4 instantiations of LoadItemsEventArgs
System.Web.Mobile (4)
UI\MobileControls\List.cs (1)
508OnLoadItems(new LoadItemsEventArgs(itemIndex, 1));
UI\MobileControls\ObjectList.cs (1)
1188OnLoadItems(new LoadItemsEventArgs(virtualIndex, 1));
UI\MobileControls\PagedControl.cs (2)
70OnLoadItems(new LoadItemsEventArgs(index, count)); 341new LoadItemsEventArgs((int) _stateLoadItemsArgs.First, (int) _stateLoadItemsArgs.Second));
4 references to LoadItemsEventArgs
System.Web.Mobile (4)
UI\MobileControls\List.cs (1)
517protected override void OnLoadItems(LoadItemsEventArgs e)
UI\MobileControls\LoadItemsEventHandler.cs (1)
20public delegate void LoadItemsEventHandler(Object sender, LoadItemsEventArgs e);
UI\MobileControls\ObjectList.cs (1)
1202protected override void OnLoadItems(LoadItemsEventArgs e)
UI\MobileControls\PagedControl.cs (1)
74protected virtual void OnLoadItems(LoadItemsEventArgs e)