TdxCustomListView.OnDeletion Event
In This Article
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