Description
This event runs when a page is open.
Syntax
OnPageOpen |
Code
This code is available in the PageDesignerAddIn Class in the Page.Vb file within FredSystemAddInExpress project.
Public Overridable Sub OnPageOpen() Implements IFredEvent.OnPageOpen
Page.ViewZoomFit(False, True)
Dim tmp As IShellWindow = Main.Window
If (tmp IsNot Nothing And Page IsNot Nothing) Then
tmp.SetElementOnSearch("edition", Page.GetPageEdition())
End If
End Sub
Context
Fred application dispatcher events