OnToolSelectArticle Event (Fred)

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

Description

This event runs when an article is selected by Tool.

Syntax

OnToolSelectArticle

Code

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

  Public Overridable Function OnToolSelectArticle() As Integer Implements IFredEvent.OnToolSelectArticle

    Return Utils.OpenArticleDlgBase(FredApp.AppBase.Windows.Item(0), True)(0)

  End Function

Context

Fred application dispatcher events