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

EA_OnStartValidation

Topics

Topic

Detail

See also

Details

EA_OnStartValidation notifies Add-Ins that a user has invoked the model validation command from Enterprise Architect.

 

 

Syntax

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

The EA_OnStartValidation function syntax contains the following elements:

Parameter

Type

Direction

Description

Args

ParamArray of Variant

IN

Contains a list of Rule Categories that are active for the current invocation of model validation.

 

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.