Issue:
1- There is an object named objButton.
2- I select objButton as parent in another object.
3- I add a new event in objButton.
4- the event works in child objects but does not appear in child objects.
Expected:
events that change (added, removed, updated) in parent objects appear in child objects.
![1.png 1.png]()
![2.png 2.png]()
![3.png 3.png]()
Temporary solution:
Remove parents from child objects one by one and add them again (but this is tiring)
1- There is an object named objButton.
2- I select objButton as parent in another object.
3- I add a new event in objButton.
4- the event works in child objects but does not appear in child objects.
Expected:
events that change (added, removed, updated) in parent objects appear in child objects.



Temporary solution:
Remove parents from child objects one by one and add them again (but this is tiring)