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)
18
void OnItemDataBind(
ListDataBindEventArgs
e);
UI\MobileControls\List.cs (2)
453
protected virtual void OnItemDataBind(
ListDataBindEventArgs
e)
602
void IListControl.OnItemDataBind(
ListDataBindEventArgs
e)
UI\MobileControls\ListDataBindEventHandler.cs (1)
23
public delegate void ListDataBindEventHandler(Object sender,
ListDataBindEventArgs
e);
UI\MobileControls\SelectionList.cs (2)
67
void IListControl.OnItemDataBind(
ListDataBindEventArgs
e)
400
protected virtual void OnItemDataBind(
ListDataBindEventArgs
e)