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

PrintingSystem Events

Implements the basic functionality of the DXPrinting Library.
Name Description
AfterBandPrint Occurs after a band has been printed on a page. Inherited from PrintingSystemBase.
AfterBuildPages For internal use. Occurs after all document pages have been created. Inherited from PrintingSystemBase.
AfterChange Occurs on raising any PrintingSystem event that does not have the “Before” prefix in its name. Inherited from PrintingSystemBase.
AfterMarginsChange Occurs when page margins change. Inherited from PrintingSystemBase.
AfterPagePaint Occurs after a specific page has been painted in a Print Preview. Inherited from PrintingSystemBase.
AfterPagePrint For internal use. Occurs after every time any page of the printing system’s Document is printed. Inherited from PrintingSystemBase.
BeforeBuildPages For internal use. Occurs before document pages are created. Inherited from PrintingSystemBase.
BeforeChange Occurs on raising any PrintingSystem event that has the “Before” prefix in its name. Inherited from PrintingSystemBase.
BeforeMarginsChange Occurs when page margins are about to change. Inherited from PrintingSystemBase.
BeforePagePaint Occurs before a specific page has been painted in a Print Preview. Inherited from PrintingSystemBase.
CreateDocumentException Occurs when an exception is raised during document creation. Inherited from PrintingSystemBase.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
EditingFieldChanged Occurs each time a value of an editing field changes. Inherited from PrintingSystemBase.
EndPrint Occurs after the printing system’s document is set to the selected printer’s printing queue. Does not indicate the success of the actual printing process. Inherited from PrintingSystemBase.
FillEmptySpace Fires after page rendering if a gap remains between the rendered areas. Inherited from PrintingSystemBase.
PageInsertComplete For internal use. Inherited from PrintingSystemBase.
PageSettingsChanged Occurs when page settings change. Inherited from PrintingSystemBase.
PrintProgress Occurs before sending every document page to a printer to indicate the current printing progress. Inherited from PrintingSystemBase.
ScaleFactorChanged Occurs when a scale factor of the current document has been changed. Inherited from PrintingSystemBase.
StartPrint Occurs before the printing system’s document is printed. Inherited from PrintingSystemBase.
XlSheetCreated Occurs after creation of an XLS or XLSX document worksheet has finished. Inherited from PrintingSystemBase.
See Also