📚 SAP Business One SDK Help

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

Description

The event occurs after a print or print preview was requested for an add-on form, and the layout needs the key of the add-on form.

Syntax

Visual Basic
Public Event LayoutKeyAfter( _
   ByVal eventInfo As LayoutKeyInfo _
)

Parameters

eventInfo
The object that holds the event information

See Also