pp108 : onafterprint

onafterprint


This event is fired after the print dialog is closed. The print dialog is invoked when you click the Print button in the toolbar of the XForm.

Syntax

DesignTime

This is a design-time property and can be set through the property sheet of the control.


Remarks


This event will not be fired if the print event is cancelled inonbeforeprintevent.

Event Information

To invoke

Click the Print button in the toolbar to print the XForm.

Default Action

Initiates any events associated with this event.

Named Script

onafterprint


Event Object Properties

Property

Description

srcElement

Reference to the Print button.



An event handler can access the event object and its properties through the eventObject available as a parameter on the handler.

Applies to


Toolbar