Vcl.ComCtrls.TListView.OnDataStateChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDataStateChange;

C++

__property OnDataStateChange;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListView

Description

Occurs when a range of items change states.

Vcl.ComCtrls.TListView.OnDataStateChange inherits from Vcl.ComCtrls.TCustomListView.OnDataStateChange. All content below this line refers to Vcl.ComCtrls.TCustomListView.OnDataStateChange.

Occurs when a range of items change states.

Use OnDataStateChange to respond when an item's state changes.

OnDataStateChange occurs only if OwnerData is True.

OnDataStateChange is an event handler of type Vcl.ComCtrls.TLVOwnerDataStateChangeEvent.

See Also