ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / Designer Class / ToolboxItemChanged Event

In This Topic
    ToolboxItemChanged Event
    In This Topic
    Raised when a toolbox control is drawn on the Report Designer.
    Syntax
    'Declaration
     
    Public Event ToolboxItemChanged As ToolboxItemChangedEventHandler
    public event ToolboxItemChangedEventHandler ToolboxItemChanged
    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.
    See Also