Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomShellListView.OnChange Event

In This Article

Occurs after an item was changed.

#Declaration

Delphi
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