PrintingSystemBase.AfterPagePrint Event
In This Article
For internal use. Occurs after every time any page of the printing system’s Document is printed.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[Browsable(false)]
public event PageEventHandler AfterPagePrint
#Event Data
The AfterPagePrint event's data class is PageEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Document |
For internal use. |
Page | For internal use. |
See Also