wodTelnetDLX ActiveX Control - PrintEnd Event
    
 

Description

Fires when application wants to end printing data.


Syntax

Private Sub object_PrintEnd()



The PrintEnd Event syntax has these parts:

Part Description
object A wodTelnetDLX object.

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.