Author Topic: Unexpected Event EA_OnNotifyContextItemModified  (Read 2740 times)

Jens Nötzold

  • EA User
  • **
  • Posts: 21
  • Karma: +0/-0
    • View Profile
Unexpected Event EA_OnNotifyContextItemModified
« on: August 14, 2024, 07:52:08 pm »
Changing a class' operation (aka otMethod) using the operation properties dialog (F10) leads to 2 events, one for otMethod and a second one for otElement.
In contrast, changing via features dialog or properties window only produces 1 event for otMethod.
In contrast, changing class' attributes produce just one event for otAttribute, independently of the dialog/window used.

Should there be an additional event on otElement in general or just one for attribute/method ?

(Don't know, if its a new one. I'm on EA 16.1.1628)

Jens

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13251
  • Karma: +554/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Unexpected Event EA_OnNotifyContextItemModified
« Reply #1 on: August 14, 2024, 08:44:17 pm »
IMO there should only be an event for the operation/attribute, not for Element

Geert