Skip to main content

TcxCustomListView.OnDataStateChange Event

Occurs when a dataset, with which the list view is associated, changes.

Declaration

property OnDataStateChange: TLVOwnerDataStateChangeEvent read; write;

Remarks

The OnDataStateChange event is fired automatically in response to changes within the list view control.

Parameter Meaning
Sender The list view control, which fires the event.
StartIndex The index of the first item that has changed.
EndIndex The index of the last item that has changed.
OldState The old state of the items.
NewState The new state of the items.
See Also