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

XRControl.AfterPrint Event

Occurs after an XRControl object is displayed in the report.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v17.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public virtual event EventHandler AfterPrint

Event Data

The AfterPrint event's data class is EventArgs.

Remarks

This event can be used to change the properties of an XRControl object programmatically.

The AfterPrint event is raised along with the other events listed below in the following order:

To learn more, see Report Events.

See Also