[]
Occurs when the selection within the designer changes, such as when a different report component is selected by the user.
public event SelectionChangedEventHandler SelectionChanged
Type | Description |
---|---|
SelectionChangedEventHandler | Occurs when the selection within the designer changes, such as when a different report component is selected by the user. |
This event provides notification that the current selection within the designer has changed, which can occur through user interaction or programmatically. This is useful for updating property grids, toolbars, or other UI elements to reflect the properties and actions relevant to the newly selected components.