Vcl.ComCtrls.TLVCheckedItemEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

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

Description

TLVCheckedItemEvent is a procedure called by the OnItemChecked event.

Item is the item in the list view that is being checked or unchecked.

See Also