[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Event handler signalled when a node is deleted from the node tree.
Source position: comctrls.pp line 3676
protected property TCustomTreeView.OnDeletion : TTVExpandedEvent |
OnDeletion is a TTVExpandedEvent property with the event handler signalled when a tree node is deleted from the node tree in the Items property. It is signalled (when assigned) from the Delete method. It occurs when a TTreeNode instance in Items is freed.
Arguments to handler routine include:
OnDeletion occurs after the States property in the tree view has been updated to include nsDeleting, and before the TTreeNode instance is destroyed.
|
Performs actions needed when the specified tree node is deleted. |
|
|
Contains the state values in effect for the control. |
|
|
The container with the TTreeNode instances for the control. |
|
|
Destructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |