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

XRCrossBandControl.AfterPrint Event

This event is not available for the XRCrossBandControl class.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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