Skip to main content

XRDesignPanel.SelectionChanged Event

Occurs if the collection of currently selected components in the XRDesignPanel is changed.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public event EventHandler SelectionChanged

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