TcxCustomListView.OnDeletion Event
Occurs before an item is deleted from a list view.
Declaration
property OnDeletion: TLVDeletedEvent read; write;
Remarks
Handle the OnDeletion event if you wish to take some specific action before an item is deleted from the list view.
Sender specifies the TcxCustomInnerListView.
Item represents the item, which is about to be deleted.
See Also