Created
November 12, 2015 04:26
-
-
Save adamped/8dc63a727f5eebaacb41 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Pass parameter to view model | |
var model = page.BindingContext as BaseViewModel; | |
if (model != null) | |
await model.OnNavigated(parameter); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment