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