Click here to Skip to main content
15,901,205 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible to "navigate" on the close button to the previous page used? Although it is a WPF application only the first "screen" is a window the rest is all pages.
Posted
Updated 8-Apr-10 1:24am
v2

Hello Suziem.
WHich type of WPF application? Windows or Page.
in Window application on close button event you can do something like this.
WindowName win = new WindowName();
win.Show();//Open previouse page
close();//Close current window
 
Share this answer
 
Although it is a WPF application only the first "page" is a window the rest is all pages.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900