TVirtualDrawTree.OnStructureChange Event

Virtual Tree View

Miscellaneous event.

Pascal
property OnStructureChange: TVTStructureChangeEvent;
Description

This event is triggered when a change in the tree structure is made. That means whenever a node is created or destroyed or a node's child list is change (because a child node was moved, copied etc.) then OnStructureChange is executed.

Class
Links
What do you think about this topic? Send feedback!