ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TOnTreeNodeCheckStateChanged

This procedure is called if the state of a TJamShellTreeNode's corresponding checkbox has changed.

Syntax
Pascal
TOnTreeNodeCheckStateChanged = procedure (sender: TObject; pShellTreeNode: TJamShellTreeNode; CheckState: TJamSelectionState) of object;
Parameters 
Description 
Sender 
The control which sends this notification event. 
pShellTreeNode 
The node of which the checkbox state has chnaged. 
CheckState 
The new checkbox state.