Pré. | Proc. |
EA_OnPostActivateTechnology
EA_OnPostActivateTechnology notifies Add-Ins that an MDG Technology resource has been activated in the model.
This event occurs when a user activates an MDG Technology resource in the model (by clicking on the
on the 'MDG Technologies' dialog, or by selecting the technology in the list box in the Default Tools toolbar).The notification is provided immediately after the user succeeds in activating the MDG Technology, so that the Add-In can update the Technology if necessary.
Syntax
Function EA_OnPostActivateTechnology (Repository As EA.Repository, Info As EA.EventProperties)
The EA_OnPostActivateTechnology function syntax contains these parameters:
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. |
Repository Class |
Info |
EA.EventProperties Direction: IN Description: Contains these EventProperty objects for the MDG Technology to be activated:
|
EventProperties Class |
Return Value
Return True if the MDG Technology resource is updated during this notification. Return False otherwise.