预订演示

请注意 : 本帮助页面不适用于最新版本的Enterprise Architect. 最新的帮助文档在这里.

前页 后页

EA_OnAddinPropertiesTabChanging

Indicates that a value in a properties list added via Repository.AddPropertiesTab has been changed by the user.

Syntax

Parameter

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.

Info

EA.EventProperties
Direction: IN
Description: Contains these EventProperty objects describing the field changed:

  • TabName: The name of the Add-Ins window tab changing

  • PropID: Unique ID assign to Property item within the xml definition.

  • ChangeValue: The value the Property is changing to.

  • OriginalValue: The original value assigned to the Property

Return Value


  • Return False to indicate that this change was rejected

  • Return True to indicate that the change is accepted

Learn more