-
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
-
detest
IIS虚拟目录修改,可用作流媒体服务器防盗链
- 2010-03-08 13:02:34下载
- 积分:1
-
变频器电路板测试系统
变频器电路板测试系统.TDM1001系列数显表头MODBUS-RTU协议简要说明V1.1 vb。net源码开发,需要学习的朋友赶快下载
- 2023-04-19 21:25:03下载
- 积分:1
-
物流管理 《ASP.NET项目开发案例全程实录(第2版)》案例
《ASP.NET项目开发案例全程实录(第2版)》案例之中的物流管理项目,希望有所帮助
- 2022-03-19 21:00:42下载
- 积分:1
-
asp.net mvc添加删除修改
asp.net的对数据的增删查改,这次主要实现管理后台界面用户资料的修改和删除,修改用户资料和角色是经常用到的功能,但删除用户的情况比较少,为了功能的完整性还是坐上了。
- 2023-03-04 00:55:04下载
- 积分:1
-
如何使用表格定位窗体控件(TableLayoutPanel控件的使用示例)
如何使用表格定位窗体控件(TableLayoutPanel控件的使用示例)-How to use the form positioning form controls (TableLayoutPanel controls the use of examples)
- 2022-02-25 10:28:41下载
- 积分:1
-
This application accommodates departmental and job code payrolls.
This applic...
This application accommodates departmental and job code payrolls.
This application accommodates departmental and job code payrolls.
Payroll Accounting Edition was made for accounting firms processing multiple client payrolls
- 2022-02-26 01:57:09下载
- 积分:1
-
uno8999292
documentos MVC .Net que bueno son pajuos punto com
- 2012-04-09 16:36:56下载
- 积分:1
-
sMAPtool
完美世界游戏地图修改编辑工具,可以修改,编辑和同步地图文件。(Perfect world game map modify editing tool, you can modify, edit, and synchronized map file.
)
- 2013-10-24 14:57:30下载
- 积分:1
-
在VB.NET的环境下,版本要高。
This a sample application that will encrypt and decrypt file...
在VB.NET的环境下,版本要高。
This a sample application that will encrypt and decrypt files in VB.NET using Rijndael Managed. I started this project because I had several files on my computer that I didn’t want accessible to anyone but me. Sure I could have downloaded a free encryption program off the net, but what fun would that be? So being the hobbyist that I am, I decided to create my own.-In the VB.NET environment, higher version. This a sample application that will encrypt and decrypt files in VB.NET using Rijndael Managed. I started this project because I had several files on my computer that I didn t want accessible to anyone but me. Sure I could have downloaded a free encryption program off the net, but what fun would that be? So being the hobbyist that I am, I decided to create my own.
- 2022-02-28 23:51:08下载
- 积分:1