TabPage Communication

I have a tabs page with multiple tab page . What’s best way to communicate between pages?

Tabs -> tab1page
-> tab2page
-> tab2page

For example,

  1. tab1page property change trigger property change in tab2page
  2. Can I access tab2page property/method from tab2page
  3. Can I access tab1page/tab2page component from tabs page?