Exemplo n.º 1
0
 private Xam.Plugin.Abstractions.Events.Inbound.NavigationRequestedDelegate Wv3_OnNavigationStarted(Xam.Plugin.Abstractions.Events.Inbound.NavigationRequestedDelegate eventObj)
 {
     Debug.WriteLine($"Navigating to:{eventObj.Uri}.");
     return(eventObj);
 }
Exemplo n.º 2
0
 private Xam.Plugin.Abstractions.Events.Inbound.NavigationRequestedDelegate Wv_OnNavigationStarted(Xam.Plugin.Abstractions.Events.Inbound.NavigationRequestedDelegate eventObj)
 {
     label.Text = ("eventObj.Uri = " + eventObj.Uri);
     return(eventObj);
 }