Vcl.ComCtrls.TTVCheckStateChangingEvent
Delphi
TTVCheckStateChangingEvent = procedure(Sender: TCustomTreeView; Node: TTreeNode;
NewCheckState, OldCheckState: TNodeCheckState; var AllowChange: Boolean) of object;
C++
typedef void __fastcall (__closure *TTVCheckStateChangingEvent)(TCustomTreeView* Sender, TTreeNode* Node, TNodeCheckState NewCheckState, TNodeCheckState OldCheckState, bool &AllowChange);
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.