Back to Devexpress

TdxCustomListView.OnSelectItem Event

vcl-dxlistview-dot-tdxcustomlistview-8cb5e465.md

latest657 B
Original Source

TdxCustomListView.OnSelectItem Event

Allows you to perform specific actions every time a user selects or deselects an item.

Declaration

delphi
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

TdxCustomListView Class

TdxCustomListView Members

dxListView Unit