TdxCustomListView.OnSelectItem Event
Allows you to perform specific actions every time a user selects or deselects an item.
Declaration
property OnSelectItem: TdxListViewSelectItemEvent read; write;
Remarks
This event occurs every time a list item changes its selection state.
Refer to the TdxListViewSelectItemEvent type description for information on available options.
See Also