I need to capture when the Page_SizeChanged event fires in a WPF Browser application and publish the event through the Pr开发者_运维问答ism EventAggregator.Since the page I am interested in happens to
I am creating an application using WPF which is using Prism framework. I have created Shell form and defined regions in that for Toolbar, Menubar and Workspace.
A usual Silverlight task: to make the size of xap-file smaller. There are a lot of hot-to-do manuals that explain how to make your application modular. But I didn\'t find anyone that explains how to m
We are revisiting our presentation tier architecture as a blueprint for future new, and re-written business systems (Just the presentation tier), using Microsoft technology stacks.
Greetings guys, hopefully somebody has fresher eyes and can help me pinpoint the problem here, I\'m trying to create a small app with prism and the MVVM pattern, everything was working nicely up to th
I want to achieve a simple Subscribe/Publish mechanism within a WPF application so i can subscribe to events from different places in the application specifying the event type and handler method, and
Hello I have a problem with binding commands to button inside datagrid. Here should be explanation but it doesn\'t explain everything.
I was watching some tutorials for MEF or Prism with Silverlight but was also doing some MAF work (System.AddIn) on the side and thought that might work also. I see that Prism and MEF are pr开发者_如何
Here is the overview of what I am trying to do.I have a region in the shell that is used for application modal dialogs. When a module wants to launch an application modal dialog it loads a custom Ligh
I have a shell with some buttons a开发者_Go百科nd tabs and a few modules in my application. Each module has a view with some elements like datagrids, stackpanels, text boxes, etc. They all have a name