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.
我有包含文本框的数据模板。从项目控件调用数据模板。我想从数据模板中的文本框中触发一些鼠标事件,并在视图模型中捕获/订阅该鼠标事件,该事件对应于具有数据模板的视图。
您可以通过在模板中使用 EventTriggers 或在模板样式中使用 EventSetters 来做到这一点。这些可以绑定到声明它们的文件的代码隐藏或其他东西。要获取 ResourceDictionary 的代码隐藏,只需创建一个具有相同名称且扩展名为 .xaml.cs 的代码文件,并将其声明为 .xaml 文件中 ResourceDictionary 的类。