OnItemDataBind Method (List)
Called when a list item is data bound.
protected virtual void OnItemDataBind(
System.Web.UI.MobileControls.ListDataBindEventArgs e
)
Parameters
- e
An object (defined by ListDataBindEventArgs) that contains event data.
Remarks
The default implementation raises the ItemDataBind event. Inheriting classes can override this method to perform other tasks.
See Also
Applies to: List Class