signal callback delegate or function to connect
void callback(adw.navigation_page.NavigationPage navigationPage)
navigationPage the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Shown signal.
Emitted when the navigation view transition has been completed and the page is fully shown.
It will always be preceded by signalNavigationPage::showing or signalNavigationPage::hiding.