[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.ToolboxItemChangedEventHandler

ToolboxItemChangedEventHandler Delegate

Represents the method that will handle the ToolboxItemChanged event.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public delegate void ToolboxItemChangedEventHandler(object sender, EventArgs e)
Parameters
Type Name Description
object sender

The source of the event, typically the toolbox from which an item's selection has changed.

EventArgs e

An EventArgs object that contains no event data.

Remarks

This delegate is used for handling ToolboxItemChanged events, which are triggered when there is a change in the selection or configuration of a toolbox item within the ActiveReports designer environment. The event can be used to respond to changes in the toolbox, such as enabling or disabling properties or updating the UI based on the current toolbox selection.

Constructors

Name Description
ToolboxItemChangedEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, EventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, EventArgs)