JVCL Help:TJvCheckTreeView.OnToggling

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvCheckTreeView.OnToggled


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