1

I know in Silverlight there is a concept of behaviours.

In WPF we have Triggers,

What I am trying to achieve is that when a user has his mouse over a button, I want a command to be fired.

I have a RepeatButton that has its Command Property set, but I want that command (or preferable another command to fire) when the mouse is over that button.Is this possible in WPF.

The Button is in a Control Template.

Thanks

TheWommies
  • 4,922
  • 11
  • 61
  • 79

1 Answers1

0

Answer

Community
  • 1
  • 1
SeeSharp
  • 1,730
  • 11
  • 31