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

EA_FileClose

Topics:

Topic

Detail

See Also

Details

The EA_FileClose event enables the Add-In to respond to a File Close event. When Enterprise Architect closes an opened Model file, this event is raised and passed to all Add-Ins implementing this method.

This event occurs when the model currently opened within Enterprise Architect is about to be closed (when another model is about to be opened or when Enterprise Architect is about to shutdown).

Also look at EA_FileOpen and EA_FileNew.

EA_FileOpen

EA_FileNew

Syntax

Sub EA_FileClose(Repository As EA.Repository)

The EA_FileClose function syntax contains the following elements:

Parameter

Type

Direction

Description

Repository

EA.Repository

IN

An EA.Repository object representing the Enterprise Architect model about to be closed. Poll its members to retrieve model data and user interface status information.

Return Value

None.