Unicode Controls & Classes for VB6 - Version 4

ucTreeView.AfterLabelEdit Event

Occurs after having changed a item label, set Cancel = True to stop the action

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