-
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
-
10
说明: 千博政府网站管理系统,全面基于新型政府服务网站构建标准,提供一站式解决方案!
政府信息公开、电子政务、公众参与、在线办事”于一身的多类型政府信息化平台。(The website management system of thousand Bo government is based on the construction standard of the new government service website. It provides one-stop solution.
Government information disclosure, e-government, public participation and online work are all kinds of government information platform.)
- 2018-04-13 11:20:02下载
- 积分:1
-
SmartTank
基于.net的智能坦克(Smart tank)游戏程序源码,也可作为游戏编程入门范例(Based. Net intelligent tanks (Smart tank) game program source code, can be used as examples of game programming entry)
- 2013-07-25 10:09:05下载
- 积分:1
-
静态类中的各种静态方法用于安全地触发事件,特别是其中的异步触发还可以预防无纪订阅者带来的麻烦。很好用,只要把委托和其各个参数作为各静态方法的参数就成。...
静态类中的各种静态方法用于安全地触发事件,特别是其中的异步触发还可以预防无纪订阅者带来的麻烦。很好用,只要把委托和其各个参数作为各静态方法的参数就成。-Static class in a variety of static methods used to safely trigger events, in particular, is one of the asynchronous trigger also can be prevented without discipline Subscribers bring trouble. Good use, as long as the commission and its various parameters as the static methods into the parameters.
- 2022-04-19 13:10:35下载
- 积分:1
-
学生管理系统,内含数据库使用ASP
学生管理系统,内含数据库使用ASP-Student management system, including database
- 2022-03-12 22:53:13下载
- 积分:1
-
这是我的一个在线购物系统,系统源码和论文全套齐全,希望对大家有所帮助...
这是我的一个在线购物系统,系统源码和论文全套齐全,希望对大家有所帮助-This is one of my online shopping system, complete a full set of source code and papers, I hope to help all of you. . .
- 2022-03-22 00:42:32下载
- 积分:1
-
in-ba-asp
this is online banking project on asp.net
- 2013-08-09 16:31:01下载
- 积分:1
-
C++应用教程源码,教程的作者是胡也。可以在visual studio.net下调试。...
C++应用教程源码,教程的作者是胡也。可以在visual studio.net下调试。-C++ Application Tutorial source code, tutorials, the author is HU. Can be under visual studio.net debug.
- 2023-03-08 19:45:03下载
- 积分:1
-
ORC
基于VB.NET开发(VS2010)照明综保性能计算软件,内涵EXE文件,五段式计算,选择性强,运用ACESS数据库,可以添加设备和电缆数据,计算完成后可生成word版计算说明书(Based on the development of VB.NET (VS2010) guaranteedcost lighting calculation software integrated, meaning EXE files, five segment calculation, strong selectivity, using the ACESS , you can add equipment and data cable, after completion of the calculation can generate word version calculation specification)
- 2015-05-05 20:51:42下载
- 积分:1
-
去年毕业设计时候写的网页,asp.net实验室设备管理系统,用vb写的,access数据库,写的不咋样,很笨,...
去年毕业设计时候写的网页,asp.net实验室设备管理系统,用vb写的,access数据库,写的不咋样,很笨,-Graduated last year, designed to write web pages, asp.net laboratory equipment management system, using vb written, access databases, do not write咋样, stupid, huh, huh
- 2022-02-24 23:32:52下载
- 积分:1