Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 VB.net 中构建一个 WPF 用户控件。此控件绑定到后面的 xaml.vb 代码中的依赖属性。
没有 ViewModel。
这是一个旨在通过将其拖放到其他 WPF 表单上来使用的控件。当依赖属性更改时引发事件的最佳方法是什么。
我是否需要使背后的代码实现 INotifyPropertyChanged 或只是引发自定义事件?
我想我真的在问最佳实践。