1 instantiation of ListDataBindEventArgs
System.Web.Mobile (1)
UI\MobileControls\ListDataHelper.cs (1)
206_parent.OnItemDataBind(new ListDataBindEventArgs(listItem, dataItem));
6 references to ListDataBindEventArgs
System.Web.Mobile (6)
UI\MobileControls\IListControl.cs (1)
18void OnItemDataBind(ListDataBindEventArgs e);
UI\MobileControls\List.cs (2)
453protected virtual void OnItemDataBind(ListDataBindEventArgs e) 602void IListControl.OnItemDataBind(ListDataBindEventArgs e)
UI\MobileControls\ListDataBindEventHandler.cs (1)
23public delegate void ListDataBindEventHandler(Object sender, ListDataBindEventArgs e);
UI\MobileControls\SelectionList.cs (2)
67void IListControl.OnItemDataBind(ListDataBindEventArgs e) 400protected virtual void OnItemDataBind(ListDataBindEventArgs e)