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 | Obsolete; the event is not raised. 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 edit field changes. Inherited from PrintingSystemBase. |
EndPrint | Occurs after the document is ready to print. Does not indicate that the actual printing process completed successfully. 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 | Obsolete; the event is not raised. Inherited from PrintingSystemBase. |
PrintProgress | The event is raised before a document page is sent to a printer. The event is not raised in non-Windows environments. 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