Vcl.ComCtrls.TCustomTreeView.OnAddition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAddition: TTVExpandedEvent read FOnAddition write FOnAddition;

C++

__property TTVExpandedEvent OnAddition = {read=FOnAddition, write=FOnAddition};

Properties

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

Description

Occurs when new node is added.

OnAddition occurs when a new node is added to the control.

OnAddition is an event handler of type Vcl.ComCtrls.TTVExpandedEvent.

See Also