Vcl.ComCtrls.TCustomListView.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TLVChangeEvent read FOnChange write FOnChange;

C++

__property TLVChangeEvent OnChange = {read=FOnChange, write=FOnChange};

Properties

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

Description

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