XRDesignPanel.SelectionChanged Event
Occurs if the collection of currently selected components in the XRDesignPanel is changed.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Event Data
The SelectionChanged event's data class is EventArgs.
Remarks
In the End-User Designer, this event is raised when an XRControl object has been added to or removed from the collection of currently selected components.
See Also