Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

EA_OnPostNewGlossaryTerm

Topics

Topic

Detail

See also

Details

EA_OnPostNewGlossaryTerm notifies Add-Ins that a new glossary term has been created. It enables Add-Ins to modify the glossary term upon creation.

The notification is provided immediately after the glossary term is added to the model.

 

EA_OnPreNewGlossaryTerm

Syntax:

Function EA_OnPostNewGlossaryTerm(Repository As EA.Repository, Info As EA.EventProperties) As Boolean

The EA_OnPostNewGlossaryTerm function syntax contains the following elements:

Parameter

Type

Direction

Description

Info

EA.EventProperties

IN

Contains the following EventProperty objects for the new glossary term:

ElementID: A long value corresponding to Element.ElementID
 

Repository

EA.Repository

IN

An EA.Repository object representing the currently open Enterprise Architect model.

Poll its members to retrieve model data and user interface status information.

 

Return Value:

Return True if the glossary term has been updated during this notification. Return False otherwise.