Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
This delegate defines the signature for methods that handle the ObjectList.ItemDataBind event (which fires once for each item, as it is is bound to the ObjectList).
public delegate void ObjectListDataBindEventHandler(object sender, ObjectListDataBindEventArgs e);