Hi EW Team,
I would like to know if there's a method inside of EW to be able to detect screen update. I have an application with several widgets, and a screen containing them. Let's call it screen A.
I want to know in screen A if there's any widget that has been updated visually and, if so, trigger something. I am aware of UpdateViewState() method which I tried to use but it only is triggered at the init, not when information inside the widgets are changed.
Can you help me?
Best regards,
Velas