Skip to main content
A newer version of this page is available. .

PrintableComponentContainer.PrintableComponentChanged Event

Occurs when a new component has been assigned to the PrintableComponentContainer.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public virtual event EventHandler PrintableComponentChanged

Event Data

The PrintableComponentChanged event's data class is EventArgs.

Remarks

This event is raised every time a new component is assigned to the PrintableComponentContainer.PrintableComponent property.

See Also