Pré. | Proc. |
EA_OnPostNewGlossaryTerm
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.
Syntax
Function EA_OnPostNewGlossaryTerm (Repository As EA.Repository, Info As EA.EventProperties) As BooleanThe EA_OnPostNewGlossaryTerm function syntax contains these parameters.
Parameter |
Type |
See also |
---|---|---|
Repository |
EA.Repository Direction: IN Description: An EA.Repository object representing the currently open Enterprise Architect model. Poll its members to retrieve model data and user interface status information. |
Repository Class |
Info |
EA.EventProperties Direction: IN Description: Contains these EventProperty objects for the new glossary term:
|
EventProperties Class |