BeginLableEdit Event

Object List Next Object

Defined By:
TreeView

Description:

Notification that a node
s label is about to be edited.

Declaration:

BeginLabelEdit(node As Node, cancel As Integer)

Details:

This event is sent when a node
s label is about to be edited by the user. You can prevent the edit from taking place by setting cancel to true.