文件名称:WPF MVVM无Command属性的控件绑定事件
文件大小:106KB
文件格式:RAR
更新时间:2017-07-23 16:03:15
WPF MVVM 无Command 控件绑定事件
我们在WPF开发中应用MVVM开发模式时,一般用来绑定Button 的Command命令,但是有很多控件MS没有给出Command命令,我们需要添加一个DLL来增加绑定时的属性。
【文件预览】:
NoCommandBingding.sln
NoCommandBingding
----App.xaml(328B)
----NoCommandBingding.csproj(5KB)
----obj()
--------Debug()
----bin()
--------Release()
--------Debug()
----Services()
----Views()
----App.xaml.cs(344B)
----Commands()
--------DelegateCommand.cs(879B)
----MainWindow.xaml(3KB)
----App.config(187B)
----ViewModels()
--------MainWindowViewModel.cs(1KB)
--------NotificationObject.cs(598B)
----Properties()
--------AssemblyInfo.cs(2KB)
--------Settings.Designer.cs(1KB)
--------Resources.resx(5KB)
--------Settings.settings(201B)
--------Resources.Designer.cs(3KB)
----Models()
----MainWindow.xaml.cs(796B)