ActiveReports Developer 7
Refresh Method
See Also 
GrapeCity.ActiveReports.Viewer.Wpf.v7 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > TocPanel Class : Refresh Method

Glossary Item Box

Forces the table of contents panel to invalidate its client area and immediately redraw itself and any child controls.

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable Sub Refresh() 
C# 
public override void Refresh()

See Also