Vcl.ComCtrls.TListView.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TLVChangeEvent read FOnChange write FOnChange;

C++

__property OnChange;

Properties

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

Description

Occurs immediately after an item in the list changes.

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

Occurs immediately after an item in the list changes.

Write an OnChange event handler to respond to changes in the list items. OnChange allows a response once the list has been successfully changed.

OnChange is an event handler of type Vcl.ComCtrls.TLVChangeEvent.

See Also