-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] Add Loaded event for page #137
Labels
area-core-lifecycle
XPlat and Native UIApplicationDelegate/Activity/Window lifecycle events
proposal/open
Comments
jsuarezruiz
added
the
area-core-lifecycle
XPlat and Native UIApplicationDelegate/Activity/Window lifecycle events
label
Jun 2, 2020
duplicate #30 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-core-lifecycle
XPlat and Native UIApplicationDelegate/Activity/Window lifecycle events
proposal/open
Summary
ContentPage now just has OnApearing override method and the Appearing event , but doesn't has Loaded event .
Then now meet an "issue" , maybe , do navigation to the secondpage in the mainpage OnApearing method , result is I can not return to mainpage after I press the back button on the secondpage .
Then search on the internet and I found this https://forums.xamarin.com/discussion/22561/page-loaded-event .
Use the SizeChanged event as the "Loaded" event .
But I don't know if it is can use as "Loaded" event .
API Changes
Page class add Loaded and UnLoaded Event .
Intended Use Case
Page class add Loaded and UnLoaded Event .
The text was updated successfully, but these errors were encountered: