Back to Devexpress

PrintingSystem Events

windowsforms-devexpress-dot-xtraprinting-dot-printingsystem-dot-underscore-events.md

latest6.2 KB
Original Source

PrintingSystem Events

Implements the basic printing functionality of the XtraPrinting Library.

NameDescription
AfterBandPrintOccurs after a band has been printed on a page. Inherited from PrintingSystemBase.
AfterBuildPagesFor internal use. Occurs after all document pages have been created. Inherited from PrintingSystemBase.
AfterChangeOccurs on raising any PrintingSystem event that does not have the “Before” prefix in its name. Inherited from PrintingSystemBase.
AfterMarginsChangeObsolete; the event is not raised. Inherited from PrintingSystemBase.
AfterPagePaintOccurs after a specific page has been painted in a Print Preview. Inherited from PrintingSystemBase.
AfterPagePrintFor internal use. Occurs after every time any page of the printing system’s Document is printed. Inherited from PrintingSystemBase.
BeforeBuildPagesFor internal use. Occurs before document pages are created. Inherited from PrintingSystemBase.
BeforeChangeOccurs on raising any PrintingSystem event that has the “Before” prefix in its name. Inherited from PrintingSystemBase.
BeforeMarginsChangeOccurs when page margins are about to change. Inherited from PrintingSystemBase.
BeforePagePaintOccurs before a specific page has been painted in a Print Preview. Inherited from PrintingSystemBase.
CreateDocumentExceptionOccurs when an exception is raised during document creation. Inherited from PrintingSystemBase.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
EditingFieldChangedOccurs each time a value of an edit field changes. Inherited from PrintingSystemBase.
EndPrintOccurs after the document is ready to print. Does not indicate that the actual printing process completed successfully. Inherited from PrintingSystemBase.
FillEmptySpaceFires after page rendering if a gap remains between the rendered areas. Inherited from PrintingSystemBase.
PageInsertCompleteFor internal use. Inherited from PrintingSystemBase.
PageSettingsChangedObsolete; the event is not raised. Inherited from PrintingSystemBase.
PrintProgressThe event is raised before a document page is sent to a printer. The event is not raised in non-Windows environments. Inherited from PrintingSystemBase.
ScaleFactorChangedOccurs when a scale factor of the current document has been changed. Inherited from PrintingSystemBase.
StartPrintOccurs before the printing system’s document is printed. Inherited from PrintingSystemBase.
XlSheetCreatedOccurs after creation of an XLS or XLSX document worksheet has finished. Inherited from PrintingSystemBase.

See Also

PrintingSystem Class

PrintingSystem Members

DevExpress.XtraPrinting Namespace