ActiveReports.Viewer3 Request technical support
TableOfContentsAfterSelect Event
See Also 


Occurs after an item is selected in the table of contents treeview.

Syntax

Visual Basic (Declaration) 
Public Event TableOfContentsAfterSelect() As TreeViewEventHandler
Visual Basic (Usage)Copy Code
Dim instance As Viewer
Dim handler As TreeViewEventHandler
 
AddHandler instance.TableOfContentsAfterSelect, handler
C# 
public event TreeViewEventHandler TableOfContentsAfterSelect()

See Also