Skip to main content

PrintingSystemBase.AfterBandPrint Event

Occurs after a band has been printed on a page.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[Browsable(false)]
public event PageEventHandler AfterBandPrint

Event Data

The AfterBandPrint event's data class is PageEventArgs. The following properties provide information specific to this event:

Property Description
DocumentBands For internal use.
Page For internal use.
See Also