EA_OnDeleteTechnology notifies Add-Ins that an MDG Technology resource has been deleted from the model.
Syntax
Sub EA_OnDeleteTechnology(Repository As EA.Repository, Info As EA.EventProperties)
The EA_OnDeleteTechnology function syntax contains the following elements
Parameter  | 
Type  | 
Direction  | 
Description  | 
||
Repository  | 
EA.Repository 
  | 
IN  | 
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  | 
IN  | 
Contains the following EventProperty Objects : 
 
 
  | 
Return Value
None
Details
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 Add-In to disable certain functionality
See Also


