Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
public delegate void ObjectListSelectEventHandler(object sender, ObjectListSelectEventArgs e);
This delegate defines the signature for methods that handle the ObjectList.ItemSelect event (which fires when the user selects an item from an ObjectList).