| LayoutKeyBefore Event | |
| See Also |
- eventInfo
- The object that holds the event information
- BubbleEvent
Indicates how the application handles the event.
- True: The application handles the event after the current event handler is finished (default).
- False: The application does not handle the event.
The event occurs before a print or print preview was requested for an add-on form, and the layout needs the key of the add-on form.
| Visual Basic |
|---|
Public Event LayoutKeyBefore( _
   ByVal eventInfo As LayoutKeyInfo, _
   ByRef BubbleEvent As Boolean _
) |
- eventInfo
- The object that holds the event information
- BubbleEvent
Indicates how the application handles the event.
- True: The application handles the event after the current event handler is finished (default).
- False: The application does not handle the event.