Vcl.ComCtrls.TTVCheckStateChangedEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTVCheckStateChangedEvent = procedure(Sender: TCustomTreeView; Node: TTreeNode; CheckState: TNodeCheckState) of object;

C++

typedef void __fastcall (__closure *TTVCheckStateChangedEvent)(TCustomTreeView* Sender, TTreeNode* Node, TNodeCheckState CheckState);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.