窗口类似于页面

时间:2012-03-07 09:36:21

标签: wpf

我在.xaml文件中创建了一个“已加载”“关闭”事件的窗口,现在我想将窗口更改为“已加载”的页面即ie Page_Loading“存在但没有”关闭“标签可用,是否有任何替代

对于Windows

Title="MainWindow" Height="464" Width="733" Loaded="Window_Loaded" Closing="Window_Closing" >

对于页面

Title="Page1" Height="464" Width="733" Loaded="Page_Loaded"  >

页面

的关闭不存在

1 个答案:

答案 0 :(得分:0)

但是有事件

System.Windows.Application.Current.Exit
使用Window和Page

引发的

或考虑事件

Unloaded 

都在Window和Page