[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.ToolboxItemChanged

ToolboxItemChanged Event

Occurs when the ToolboxItem property changes, indicating a modification to the toolbox item selection or properties.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public event ToolboxItemChangedEventHandler ToolboxItemChanged
Returns
Type Description
ToolboxItemChangedEventHandler Occurs when the property changes, indicating a modification to the toolbox item selection or properties.
Remarks

This event is raised in response to changes in the toolbox item, such as when a new item is selected or an existing item's properties are modified. It provides an opportunity to execute custom logic in response to these changes, enabling dynamic updates to the UI or other components based on the current toolbox item state.