﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - Crosslight - Navigate back from viewmodel</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Navigate-back-from-viewmodel/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Navigate back from viewmodel</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Navigate-back-from-viewmodel/</link><pubDate>Mon, 24 Mar 2014 09:55:54 GMT</pubDate><dc:creator>dfugaban@silentpartnersoft.com</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;If I understand it correctly, you are trying to go back to the previous page and not a specific viewmodel from the the history stack. If so, you just need to call the code below:&lt;/p&gt;&lt;pre&gt;this.NavigationService.Close(new NavigationResult(NavigationResultAction.Done));&lt;/pre&gt;
&lt;p&gt;This will close the current view tied to the current viewmodel, and will navigate to the previous viewmodel. Hope that helps. Cheers!&lt;/p&gt;</description></item><item><title>Navigate back from viewmodel</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Navigate-back-from-viewmodel/</link><pubDate>Mon, 24 Mar 2014 07:22:14 GMT</pubDate><dc:creator>prog1</dc:creator><description>&lt;p&gt;Hi everybody,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;is there a simple solution to navigate back within code or do I just have to call "this.Navigationservice.Navigate&amp;lt;PreviousViewModel&amp;gt;()"?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Fabian&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item></channel></rss>