void pvLesson1_LinkClicked(object sender, System.Windows.Pivot.LinkEventArgs e)
 {
     _viewModel.Events.Add("Clicked Link : " + e.Link.ToString());
 }
Example #2
0
 void pivot_LinkClicked(object sender, System.Windows.Pivot.LinkEventArgs e)
 {
     OpenLink(e.Link.ToString());
 }