PrintingSystemBase Events
The base for classes that provide the basic printing functionality in different environments.
Name | Description |
---|---|
After |
Occurs after a band has been printed on a page. |
After |
For internal use. Occurs after all document pages have been created. |
After |
Occurs on raising any Printing |
After |
Obsolete; the event is not raised. |
After |
Occurs after a specific page has been painted in a Print Preview. |
After |
For internal use. Occurs after every time any page of the printing system’s Document is printed. |
Before |
For internal use. Occurs before document pages are created. |
Before |
Occurs on raising any Printing |
Before |
Occurs when page margins are about to change. |
Before |
Occurs before a specific page has been painted in a Print Preview. |
Create |
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. |
Editing |
Occurs each time a value of an edit field changes. |
End |
Occurs after the document is ready to print. Does not indicate that the actual printing process completed successfully. |
Fill |
Fires after page rendering if a gap remains between the rendered areas. |
Page |
For internal use. |
Page |
Obsolete; the event is not raised. |
Print |
The event is raised before a document page is sent to a printer. The event is not raised in non-Windows environments. |
Scale |
Occurs when a scale factor of the current document has been changed. |
Start |
Occurs before the printing system’s document is printed. |
Xl |
Occurs after creation of an XLS or XLSX document worksheet has finished. |
See Also