Occurs when one of the following takes place:
- End user clicks on Print or Print Preview icons.
- End user sends documents to print using the Document Printing option.
- A document is sent to print by the Document Generation Wizard.
Occurs when one of the following takes place:
| Visual Basic |
|---|
Public Event PrintEvent( _ ByVal eventInfo As PrintEventInfo, _ ByRef BubbleEvent As Boolean _ ) |
Indicates how the application handles the event. Relevant only when PrintEventInfo.BeforeAction is true.
| Catching print events (Visual Basic) | ||
|---|---|---|
| ||