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.
在Microsoft 的 MVVM 模式及其命令/事件处理方面的上下文中,考虑我正在将命令绑定到控件(例如按钮)并订阅控件的 Click 事件。
是否有任何一般规则首先发生什么动作 - 处理与命令相关联的代码或与相应事件处理程序相关联的代码?
EventHandlers 在绑定的 ICommand 之前触发。