WPF导航page演示实例
WPF实现page页面导航跳转演示实例 private void NavigationWindow_Navigating(object sender, NavigatingCancelEventArgs e) { if (Content != null && !_allowDirectNavigation) { e.Cancel = true; _navArgs = e; this.IsHitTestVisible = false;
文件列表
WPFnavigation.rar
(预估有个52文件)
WPFapp
WpfApplication1.suo
32KB
WpfApplication1.sln
935B
WpfApplication1
from.gif
5KB
App.xaml
296B
Page3.xaml.cs
803B
Page2.xaml.cs
803B
index.xaml
2KB
obj
用户评论