[]
Occurs when the ToolboxItem property changes, indicating a modification to the toolbox item selection or properties.
public event ToolboxItemChangedEventHandler ToolboxItemChanged
Type | Description |
---|---|
ToolboxItemChangedEventHandler | Occurs when the property changes, indicating a modification to the toolbox item selection or properties. |
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.