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

EA_OnEndValidation

Topics

Topic

Detail

See also

Details

EA_OnEndValidation notifies Add-Ins that model validation has completed.

Use this event to arrange any clean-up operations arising from the validation.

 

 

Syntax

Sub EA_OnEndValidation(Repository As EA.Repository, ParamArray Args() as Variant)

The EA_OnEndValidation function syntax contains the following elements:

Parameter

Type

Direction

Description

Args

ParamArray of Variant

IN

Contains a list of Rule Categories that were active for the invocation of model validation that has just completed.

 

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.