Vcl.ComCtrls.TCustomTreeView.OnDeletion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDeletion: TTVExpandedEvent read FOnDeletion write FOnDeletion;

C++

__property TTVExpandedEvent OnDeletion = {read=FOnDeletion, write=FOnDeletion};

Properties

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

Description

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