Unicode Controls & Classes for VB6 - Version 4

ucTreeView.BeforeLabelEdit Event

Occurs before editing a node label, set Cancel = True to stop the action

Syntax
Public Event BeforeLabelEdit (ByVal hNode As Long,
ByRef Cancel As Integer)
Parameters
Parameter Description
ByVal hNode As Long
ByRef Cancel As Integer
Remarks