Vcl.ComCtrls.TTVChangedEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TTVChangedEvent)(System::TObject* Sender, TTreeNode* Node);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.ComCtrls.hpp Vcl.ComCtrls Vcl.ComCtrls

Description

Used in the TCustomTreeView.OnChange event.

This event is used in the TCustomTreeView.OnChange event whenever the selection has changed from one node to another.

The Sender parameter is the tree view whose selected node changes, and the Node parameter is the newly selected node.

See Also