Occurs when you print or print preview a layout of an add-on form.
When the layout needs the key of the add-on form, the add-on catches and sets LayoutKeyInfo.LayoutKey to the key.
Occurs when you print or print preview a layout of an add-on form.
When the layout needs the key of the add-on form, the add-on catches and sets LayoutKeyInfo.LayoutKey to the key.
| Visual Basic |
|---|
Public Event LayoutKeyEvent( _ ByVal eventInfo As LayoutKeyInfo, _ ByRef BubbleEvent As Boolean _ ) |
Indicates how the application handles the event. Relevant only when LayoutKeyInfo.BeforeAction is true.
| Catching the layout key events (C#) | ||
|---|---|---|
| ||