-
MVVM: 关闭对话框
翻译 maninwest@Codeforge 作者 Cornelius Henning@Codeproject
我学习 MVVM 时遇到一个意外问题,关闭对话框时不如在旧的 WPF 中简单, 尤其是当你想避免背后的代码时。在此示例中,所有代码都在视图的 ViewModel 类中。
使用代码
整个项目是个可下载的 zip 文件。该项目是在Visual Studio 2012 中进行的,针对 .NET 4.5 平台。如要查看演示,请解压缩文件并进行构建。运行时,会显示一个用户,具有一个包含一个按钮的主窗口。单击按钮会打开新的具有两个按钮的对话窗口。单击任何一个按钮会执行有限的代码,然后对话框会关闭。
请注意,为了提高可读性,代码已经少得不能再少了。处理运行时错误的意外手柄也减到最少。如果你要使用此代码,务必要确保最终代码稳健且可处理任何意外或其他错误。
此代码中无使用的约束条件。你可以使用全部或者部分。
实现的说明
对话框的关闭由附加的属性控制。属性设置为 true 时,对话框会关闭。.以下是注册附加事件的代码:
using System; using System.Windows; namespace MvvmDialogDemo.AttachedProperty
{ public static class CloseDialog
{ public static readonly DependencyProperty DialogResultProperty =
DependencyProperty.RegisterAttached("DialogResult", typeof(Boolean?), typeof(CloseDialog),new PropertyMetadata(DialogResultChanged)); private static void DialogResultChanged
(DependencyO
- 2022-08-21 18:18:47下载
- 积分:1
-
CSLA .NET framework非常优美的框架程序,完全免费、开源,同时有作者出的书《Expert C# 2005 Business Objects》,极...
CSLA .NET framework非常优美的框架程序,完全免费、开源,同时有作者出的书《Expert C# 2005 Business Objects》,极力推荐给大家-CSLA. NET framework is very attractive framework for procedures, completely free, open source, while the author of the book Expert C# 2005 Business Objects , highly recommended to everyone
- 2022-02-04 13:37:41下载
- 积分:1
-
ARecorder
这是一个简单、小巧、实用的桌面便签程序,可以开启多个便签窗口,在右下角的托盘中可以按日历方式查看历史记录并且实现了右键快速启动功能,需要.net 2.0的支持。(This is a simple, compact, practical desktop sticky notes program that can open multiple notes window, at the bottom right of the tray can be calendar 方式 view the history record and achieved the right quick launch functionality, needs. Net 2.0 support.)
- 2010-06-02 18:50:05下载
- 积分:1
-
asp.net曲线图
说明: 用于asp.net的曲线图,简单易用,代码已注释(Curve chart for asp.net, easy to use, code annotated)
- 2020-05-08 08:41:53下载
- 积分:1
-
如果其他会员下载一次您上载的源码,您的可用下载数就会增加1次。更多说明请参看...
如果其他会员下载一次您上载的源码,您的可用下载数就会增加1次。更多说明请参看-If other members to download once you upload the source code, you will increase the number of available download 1 times. See More Help
- 2022-11-11 14:55:03下载
- 积分:1
-
BBS-management-system
BBS管理系统 NET课程设计 包含完整代码及课程设计报告 适用于本科生完成课程设计作业、学习及交流 支持SQL Sever2008、Visual Studio2010以上版本(NET BBS management system contains the complete code for curriculum design and curriculum design report completed for undergraduate curriculum design work, study and exchange to support SQL Sever2008, Visual Studio2010 above)
- 2013-09-12 12:51:39下载
- 积分:1
-
Madhu.b
The completely constant color pla
Past, play audio through third-pa
Web effects, mouse click on the p
Light blog program
- 2012-12-13 11:50:12下载
- 积分:1
-
C #做一个在线考试系统(E
C#做的一个在线答题系统(E-test)具有,对答题人的时间限制,时间到了必须再次充值,很好的支持商业应用-C# To do an online examination system (E-test) has to answer people
- 2023-03-04 20:55:03下载
- 积分:1
-
RizuShare_v2.0
日租房、短租房系统源码,日租房、短租房在线交易系统,功能强大、齐全。(Daily rental system source code, a short lease online trading system )
- 2012-02-15 11:19:25下载
- 积分:1
-
很漂亮的ASP.NET下拉日历控件
很漂亮的ASP.NET下拉日历控件-Very beautiful drop-down calendar control of ASP.NET
- 2022-01-27 20:23:21下载
- 积分:1