2 implementations of OnItemDataBind
System.Web.Mobile (2)
UI\MobileControls\List.cs (1)
602
void IListControl.
OnItemDataBind
(ListDataBindEventArgs e)
UI\MobileControls\SelectionList.cs (1)
67
void IListControl.
OnItemDataBind
(ListDataBindEventArgs e)
1 reference to OnItemDataBind
System.Web.Mobile (1)
UI\MobileControls\ListDataHelper.cs (1)
206
_parent.
OnItemDataBind
(new ListDataBindEventArgs(listItem, dataItem));