📚 SAP Business One SDK Help

PrintAfter Event
See Also 
eventInfo
The object that holds the event information

Description

The event occurs after a print preview was requested for a report or document.

Syntax

Visual Basic
Public Event PrintAfter( _
   ByVal eventInfo As PrintEventInfo _
)

Parameters

eventInfo
The object that holds the event information

See Also