Page Switching With Parameters (the short version)
Posted by: Jesse Liberty - Silverlight Geek,
on 01 Aug 2008 |
View original | Bookmarked: 0 time(s)
I recently finished Part 2 of Page Switching in which I demonstrate how to pass parameters between Silverlight pages (this video is in production and should be available soon.) A reader asked if I could provide the essential information, so here it is, very short, and very terse, Im afraid. The trick, such as it is, is to overload the Navigate method in the PageSwitcher user control. Heres the code from PageSwitcher.xaml.cs public partial class PageSwitcher : UserControl
{
public...