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. Set Repository.SuppressEADialogs to true to suppress Enterprise Architect from showing its default dialogs. Also look at 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 |
IN |
Contains the following EventProperty objects for the new glossary term:
|
|
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.