Can I use <Interaction.Triggers />
in WPF MVVM rather than in Silverlight.
All the examples I have come across show the use of <Interaction.Triggers />
in Silverlight.
How can I use it in WPF? I am using MVVM model.
Can I use <Interaction.Triggers />
in WPF MVVM rather than in Silverlight.
All the examples I have come across show the use of <Interaction.Triggers />
in Silverlight.
How can I use it in WPF? I am using MVVM model.
Add a reference to the assembly System.Windows.Interactivity
then declare it in XAML as
or use it if you have Blend SDK installed
and use it in XAML as