ActiveReports.Viewer3 Request technical support
BeforeLabelEdit Event
See Also 


Occurs before the tree node label text is edited.

Syntax

Visual Basic (Declaration) 
Public Event BeforeLabelEdit() As NodeLabelEditEventHandler
Visual Basic (Usage)Copy Code
Dim instance As TOCTree
Dim handler As NodeLabelEditEventHandler
 
AddHandler instance.BeforeLabelEdit, handler
C# 
public event NodeLabelEditEventHandler BeforeLabelEdit()

See Also