MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / LayerList Class / SelectionChanged Event

In This Topic
SelectionChanged Event (LayerList)
In This Topic
Occurs when the selection within the layers list changes, such as when a different layer is selected by the user.
Syntax
'Declaration
 
Public Event SelectionChanged As Action(Of LayerSelectionChangedEventArgs)
 
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.
See Also