Pré. | Proc. |
EA_OnCustomTableCellUpdated
EA_OnCustomTableCellUpdated notifies Add-Ins that a cell value has been updated. This broadcast event can only be enabled by the Custom Table's operation 'script' behavior.Syntax
Function EA_OnCustomTableCellUpdated (Repository As EA.Repository, Info As EA.EventProperties)The EA_OnCustomTableCellUpdated 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 Custom Table cell that has been changed:
|
EventProperties Class |