Skip to main content

XRCrossBandControl.AfterPrint Event

This event is not available for the XRCrossBandControl class.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(false)]
public override event EventHandler AfterPrint

Event Data

The AfterPrint event's data class is EventArgs.

Remarks

This event is overridden to hide the corresponding event of the XRControl class, because the AfterPrint event isn’t appropriate for the XRCrossBandControl class. So, this event can’t be handled.

See Also