OnLayoutOpen Event (Fred)

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:12

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