[]
Represents the method that will handle the ToolboxItemChanged event.
public delegate void ToolboxItemChangedEventHandler(object sender, EventArgs e)
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. |
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.
Name | Description |
---|---|
ToolboxItemChangedEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, EventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, EventArgs) |