TcxCustomShellListView.OnChange Event
Occurs after an item was changed.
Declaration
property OnChange: TLVChangeEvent read; write;
Remarks
The OnChange
event occurs when a shell item changes. The item that has been changed and the type of changes that occurred are specified via the Item
and Change
parameters, respectively.
The following table lists all the possible types of changes (values of the Change parameter).
Value | Description |
---|---|
ctText |
The item’s Caption property has been changed. |
ctImage |
The item’s ImageIndex property or the appropriate image list in the shell list view have been changed. |
ctState |
The item’s Cut, Focused or Selected properties have been changed. |
See Also