Vcl.ComCtrls.TCustomListView.OnDataStateChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDataStateChange: TLVOwnerDataStateChangeEvent read FOnDataStateChange write FOnDataStateChange;

C++

__property TLVOwnerDataStateChangeEvent OnDataStateChange = {read=FOnDataStateChange, write=FOnDataStateChange};

Properties

Type Visibility Source Unit Parent
event protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

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