[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.SelectionChanged

SelectionChanged Event

Occurs when the selection within the designer changes, such as when a different report component is selected by the user.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public event SelectionChangedEventHandler SelectionChanged
Returns
Type Description
SelectionChangedEventHandler Occurs when the selection within the designer changes, such as when a different report component is selected by the user.
Remarks

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.