Vcl.ComCtrls.TLVCheckedItemEvent
From RAD Studio API Documentation
Revision as of 17:35, 16 October 2011 by TestAccount (Talk | contribs)
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.