Vcl.ComCtrls.TCustomTreeView.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change(Node: TTreeNode); dynamic;

C++

DYNAMIC void __fastcall Change(TTreeNode* Node);

Properties

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

Description

Completed node change event dispatcher.

Change is called automatically whenever the selected node changes. The Node parameter indicates the newly selected node.

Override this method to make additional, class-specific responses in addition to the OnChanging event or to suppress the OnChange event.

See Also