Loading XAML at run time is really simple. I wrote a small sample to load the XAML at run time and than attach the event handler with the XAML object. I created following XAML page and copied it to the debug folder. <Page xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation" Read More...