TcxCustomListView.OnSelectItem Event
Occurs after an item within a list view control is selected or deselected.
Declaration
property OnSelectItem: TLVSelectItemEvent read; write;
Remarks
The OnSelectItem event occurs when the user selects or deselects an item in the TcxListView control.
Sender specifies the TcxCustomInnerListView.
Item represents the selected item.
Selected indicates, whether the user selects (True) or deselects (False) the item.
See Also