WPF.RoatedEvents、命令、依赖属性教程?
我正在寻找一个好的教程,最好是视频,可以缓慢而彻底地教授以下内容: RoutedEvents、Commands、Dependecy Properties
以及如何使用它们来创建大型 WPF 项目。
我尝试观看一些教程并阅读 MSDN,但感到非常困惑。
I am looking for a good tutorial preferably video that teaches SLOWLY and throughtly what are:
RoutedEvents,Commands,Dependecy Properties
and how to use them in order to create large scale WPF project.
I have tried to watch a few tutrials and read the MSDNand got very confused.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我真的不觉得MSDN很混乱,你是说各自的概述吗?
(如果您只浏览一下,我可以想象它们会令人困惑但他们)
I really do not find MSDN to be confusing, do you mean the respective overviews?
(I could imagine them to be confusing if you only skim them though)
作为 MSDN 的替代方案,您可能需要查看 Josh Smith 的博客。他使用一种对话式的语言,我觉得读起来很有趣而且很容易理解。
以下是您提到的主题的一些链接:
依赖属性
路由事件
命令
我希望这有帮助!
As an alternative to MSDN you may want to check out Josh Smith's blog. He uses a conversational voice that I find enjoyable to read and easy to understand.
Here are some links to the topic you mention:
Dependency Properties
Routed Events
Command
I hope this helps!