TdxCustomListView.OnDeletion Event
Allows you to perform specific actions every time an item is deleted.
Declaration
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