Skip to main content

TcxCustomListView.OnChange Event

Occurs after a list view item had been changed.

Declaration

property OnChange: TLVChangeEvent read; write;

Remarks

Handle the OnChange event if you wish to implement some specific action to react to changes of the items.

Sender specifies the TcxCustomInnerListView.

Item represents the changed item.

Change contains information about the type of the change performed.

See Also