Vcl.ComCtrls.TTreeView.OnAddition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAddition: TTVExpandedEvent read FOnAddition write FOnAddition;

C++

__property OnAddition;

Properties

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

Description

Occurs when new node is added.

Vcl.ComCtrls.TTreeView.OnAddition inherits from Vcl.ComCtrls.TCustomTreeView.OnAddition. All content below this line refers to Vcl.ComCtrls.TCustomTreeView.OnAddition.

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