Screen is not moving to another screen

44 views Asked by At

I am using radHubTile on my Tapped and I have an event which uses the following code:

private void hubNotes_Tapped(object sender, TappedRoutedEventArgs e)
{
        this.Frame.Navigate(typeof(MagicListsPage));
}

I don't understand why it's not moving the sheet to the second page. I am using Windows Universal Phone 8.1

0

There are 0 answers