Vcl.ComCtrls.TLVOwnerDataEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

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

Description

TLVOwnerDataEvent is the type of a list view's Vcl.ComCtrls.TCustomListView.OnData and Vcl.ComCtrls.TCustomListView.OnData event handlers.

Sender is the list view control in which an item is about to be displayed.

Item is the item that is about to be displayed. Any changes that you make to the item will be reflected in the list view control.

See Also