JVCL Help:TJvCheckTreeView.OnToggling
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCheckTreeView.OnToggling Property
[+] TJvCheckTreeView Methods
[+] TJvCheckTreeView Properties
Search in JVCL Help
Search in all projectsSummary
Occurs just before a node is going to be toggled on or off.
Pascal
propertyOnToggling: TTVChangingEvent;
Description
Write an OnToggling event handler to selectively prevent the user to toggle specific nodes. The OnToggling event is called when a node is about to be toggled on or off. Set AllowChange to False, to prevent the node to be toggled. The Node parameter specifies the node that is about to be toggled.
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page