Pré. | Proc. |
EA_AllowPropertyUpdate
This event is sent to workflow Add-Ins after a user has changed a built-in property value.Syntax
Function EA_AllowPropertyUpdate (Repository As EA.Repository, Info As EA.EventProperties) As BooleanParameter |
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 describing the requested property update:
|
EventProperties Class |
Return Value
- Return False to prevent this change to the described property
- Return True to allow this change