Vcl.ComCtrls.TLVNotifyEvent
C++
typedef void __fastcall (__closure *TLVNotifyEvent)(System::TObject* Sender, TListItem* Item);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | Vcl.ComCtrls.hpp | Vcl.ComCtrls | Vcl.ComCtrls |
Description
TLVNotifyEvent is the procedure type of the TCustomListView.OnGetImageIndex and TListView.OnGetImageIndex events.
Sender is the list view control that contains the item that is the cause of the notification.
Item is the item that is the cause of the notification.