DRAG DROP
You are developing a Universal Windows Platform (UWP) app. In MainPage.xaml, you have the following
markup.
You need to create an event handler for the app. How should you complete the code? To answer, drag the
appropriate code elements to the correct targets. Each element may be used once, more than once, or not at
all.
You may need to drag the split bar between panes or scroll to view content.
Select and Place:
Explanation:
Example: Peer-to-peer navigation between two pages
private void HyperlinkButton_Click(object sender, RoutedEventArgs e)
{
this.Frame.Navigate(typeof(Page2), name.Text);
}https://msdn.microsoft.com/en-us/library/windows/apps/mt465735.aspx