ActiveReports Developer 7
ToolboxItemChanged Event
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : ToolboxItemChanged Event

Glossary Item Box

Raised when a toolbox control is drawn on the Report Designer.

Syntax

Visual Basic (Declaration) 
Public Event ToolboxItemChanged As ToolboxItemChangedEventHandler
C# 
public event ToolboxItemChangedEventHandler ToolboxItemChanged

See Also