Réserver une Démo
Pré. Proc.

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