ShowUIEvent event (IEPrint)

Visual Basic example

Visual C++ example

 

Syntax

void ShowUIEvent(BSTR PrinterName);

Overview

Refer to Enable or Disable using Events

Remarks

An event occured before processing any of the ePrint printer settings.

This event is fired to set the ePrint printer options. This event is called before any print jobs are processed.

This event can be used to display a dialog box for changing the existing ePrint printer options, including file save options, email options and print redirection options. Once the options have been changed in the dialog box, they must be set by calling the SetPrinterSaveOptions, SetPrinterMailMessageInfo, SetPrinterBatchPrintersList, and SetPrinterEmailConfiguration method s.

To enable firing this event, the user must set the value of the EnableShowUIEvent property to VARIANT_TRUE before start prining the print job.

See Also

Elements:

RasterEvent event, EMFEvent event, JobInfoEvent event, SaveStatusEvent event, EnableShowUIEvent property, ContinueShowUIEvent property

Topics:

ePrint: Events