|
ShellBrowser Delphi Components Documentation
|
This procedure is called if the state of a TJamShellTreeNode's corresponding checkbox has changed.
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. |