Vcl.ComCtrls.TTreeView.OnDeletion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDeletion: TTVExpandedEvent read FOnDeletion write FOnDeletion;

C++

__property OnDeletion;

Properties

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

Description

Occurs when a node in the tree view is deleted.

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

Occurs when a node in the tree view is deleted.

Write an OnDeletion event handler to respond when a node is deleted from the tree view control.

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

See Also