ActiveReports.Viewer3 Request technical support
AfterLabelEdit Event
See Also 


Occurs after the tree node label text is edited.

Syntax

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

See Also