OnPageClose 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 page is closed.

Syntax

OnPageClose

Code

This code is available in the PageDesignerAddIn Class in the Page.Vb file within FredSystemAddInExpress project.

  Public Overridable Sub OnPageClose() Implements IFredEvent.OnPageClose

    Designer.Focus()

  End Sub

Context

Fred application dispatcher events