BeforeExpandNode Event
Object List Next Object
Defined By: TreeView
Description:
Notification that a node is about to expand.
Declaration:
BeforeExpandNode(node As Node, cancel As Integer)
Details:
This event is sent when a node is about to be expanded. You can prevent the
expansion from taking place by setting cancel to true.