Calling method of Map control with Caliburn Micro and WP7
问题 I have a page (view) in my Windows Phone 7 application that uses the Silverlight Map control. I need to call the SetView method on the control, but I'd like to stick to the MVVM style of keeping functionality in the view model. I plan to call this method after clicking on an application bar button, so I don't have access to the Map via the EventArgs parameter. What's the best way to do this? 回答1: I haven't worked with the map control myself, but here's a couple of ideas off of the top of my