Pré. | Proc. |
EA_CanEditProperty
This event is sent to Workflow Add-Ins when a property is being displayed that allows the property to block all edits.Syntax
Function EA_CanEditProperty (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 property:
|
EventProperties Class |
Return Value
- Return False to prevent all edits to the described property
- Return True to allow changes