Back to Devexpress

TdxCustomListView.OnDeletion Event

vcl-dxlistview-dot-tdxcustomlistview-4e77355a.md

latest601 B
Original Source

TdxCustomListView.OnDeletion Event

Allows you to perform specific actions every time an item is deleted.

Declaration

delphi
property OnDeletion: TdxListViewItemEvent read; write;

Remarks

This event occurs every time a list item is deleted.

Refer to the TdxListViewItemEvent type description for information on available options.

See Also

TdxCustomListView Class

TdxCustomListView Members

dxListView Unit