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