Back to product page

PrintEnd event


Fires when application wants to end printing data.

Syntax

  • Basic
Private Sub object_PrintEnd ()

Remarks

This event is only available in OCX (GUI) version of the component.

This event is fired when application has sent notification that you should end printing current document. At this point, you can close printing driver, request new page or something similar. More information can be found here.

Platforms

Windows