I am currently working on Episerver CMS 10.
The structure of our website is suct that it contains global page and local page.
Local page inherits some of the content of global page.
We have inherit factory class which updates the local page if some changes are made in global page .
The issue I am facing is
I have "visible in menu"(Display in navigation) option which is a bool property in both pages.
so when the checkbox is checked or unchecked in global
of "Visible in menu" then only update the local page.
how can we detect if the "visible in menu" (display in navigation) is changed then update the
local page ?