OnItemSelect Method

Called after the user selects an item.

protected virtual void OnItemSelect(
   ObjectListSelectEventArgs e
)

Parameters

Remarks

The default implementation raises the ItemSelect event. Inheriting classes can override this method to retrieve the required data.

See Also

Applies to: ObjectList Class