Description
This event runs when a layout is open.
Syntax
OnLayoutOpen |
Code
This code is available in the PageDesignerAddIn Class in the Page.Vb file within FredSystemAddInExpress project.
Public Overridable Sub OnLayoutOpen() Implements IFredEvent.OnLayoutOpen
Page.ViewZoomFit(False, True)
End Sub
Context
Fred application dispatcher events