Vcl.ComCtrls.TLVDeletedEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TLVDeletedEvent)(System::TObject* Sender, TListItem* Item);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.ComCtrls.hpp Vcl.ComCtrls Vcl.ComCtrls

Description

TLVDeletedEvent is the type of a list view's OnDeletion and OnInsert event handlers.

Sender is the list view control that contains the item that is about to be deleted.

Item is the item that is about to be deleted.

See Also