[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.LayerList.SelectionChanged

SelectionChanged Event

Occurs when the selection within the layers list changes, such as when a different layer is selected by the user.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public event Action<LayerSelectionChangedEventArgs> SelectionChanged
Returns
Type Description
Action<LayerSelectionChangedEventArgs> Occurs when the selection within the layers list changes, such as when a different layer is selected by the user.
Remarks

This event provides notification that the current selection within the layers list 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.