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

EA_OnDeleteTechnology

Deprecated - refers to deleting a technology through the 'Resources' tab of the Browser window; this process is no longer recommended. See Deploy An MDG Technology for information of recommended methods for using technologies.

EA_OnDeleteTechnology notifies Add-Ins that an MDG Technology resource has been deleted from the model.

This event occurs after a user has deleted an MDG Technology resource from the model. Add-Ins that require an MDG Technology resource to be loaded can catch this event to disable certain functionality.

Related Events

Event

See also

EA_OnInitializeTechnologies

EA_OnInitializeTechnologies

EA_OnPreActivateTechnology

EA_OnPreActivateTechnology

EA_OnPostActivateTechnology

EA_OnPostActivateTechnology

Syntax

Sub EA_OnDeleteTechnology (Repository As EA.Repository, Info As EA.EventProperties)

The EA_OnDeleteTechnology 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:

  • TechnologyID: A string value corresponding to the MDG Technology ID
EventProperties Class

Return Value

None.

Learn more