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.
我知道在 Silverlight 中有一个行为的概念。
在 WPF 中,我们有触发器,
我想要实现的是,当用户将鼠标悬停在按钮上时,我希望触发一个命令。
我有一个设置了命令属性的重复按钮,但是当鼠标悬停在该按钮上时,我希望该命令(或最好触发另一个命令)。这在 WPF 中是否可行。
按钮位于控件模板中。
谢谢
回答