API:Vcl.ComCtrls.TTreeView.OnCollapsing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCollapsing: TTVCollapsingEvent read FOnCollapsing write FOnCollapsing;

C++

__property OnCollapsing;

Properties

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

Description

Occurs when a node is about to be collapsed.

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

Occurs when a node is about to be collapsed.

The TTVCollapsingEvent type points to a method that is called when a node is about to be collapsed.

OnCollapsing is an event handler of type Vcl.ComCtrls.TTVCollapsingEvent.

See Also