PrintingSystemBase Events
The base for classes that provide the basic printing functionality in different environments.Name | Description |
---|---|
AfterBandPrint | Occurs after a band has been printed on a page. |
AfterBuildPages | For internal use. Occurs after all document pages have been created. |
AfterChange | Occurs on raising any PrintingSystem event that does not have the “Before” prefix in its name. |
AfterMarginsChange | Obsolete; the event is not raised. |
AfterPagePaint | Occurs after a specific page has been painted in a Print Preview. |
AfterPagePrint | For internal use. Occurs after every time any page of the printing system’s Document is printed. |
BeforeBuildPages | For internal use. Occurs before document pages are created. |
BeforeChange | Occurs on raising any PrintingSystem event that has the “Before” prefix in its name. |
BeforeMarginsChange | Occurs when page margins are about to change. |
BeforePagePaint | Occurs before a specific page has been painted in a Print Preview. |
CreateDocumentException | Occurs when an exception is raised during document creation. |
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. |
EndPrint | Occurs after the document is ready to print. Does not indicate that the actual printing process completed successfully. |
FillEmptySpace | Fires after page rendering if a gap remains between the rendered areas. |
PageInsertComplete | For internal use. |
PageSettingsChanged | Obsolete; the event is not raised. |
PrintProgress | The event is raised before a document page is sent to a printer. The event is not raised in non-Windows environments. |
ScaleFactorChanged | Occurs when a scale factor of the current document has been changed. |
StartPrint | Occurs before the printing system’s document is printed. |
XlSheetCreated | Occurs after creation of an XLS or XLSX document worksheet has finished. |
See Also