12
shouts

Damian Schenkelman’s Blog » Blog Archive » Composite Application Guidance (Prism-v2) sample application using Silverlight 3 Child Window

published 259 days, 16 hours, 21 minutes ago posted by dschenkelmandschenkelman 260 days, 11 hours, 5 minutes ago
Thursday, July 02, 2009 1:59:33 PM GMT Wednesday, July 01, 2009 7:15:19 PM GMT

Today I tweaked the Event Aggregator Quickstart that comes with the Prism-v2 source code to show how Silverlight 3 Child Windows could be used in a Silverlight Composite Application.Child Window Overview Silverlight 3 has a new template called ChildWindow. It is basically a user control (unlike a Popup you can edit its XAML), but it allows you to create modal windows for your application, such as dialogs.

To use this dialog, you just have to create a new instance of it and call its Show method. As th...

category: Silverlight | clicked: 85 | | source: blogs.southworks.net | show counter code
tags: Child Window, EventAggregator, Prism 2.0, Silverlight 3