I\'m trying to trigger a progress animation when ever the ViewModel/Presentation Model is Busy. I have a IsBusy Property, and the ViewModel is set as the DataContext of the
You can use Trigger.EnterAction to start an animation when a property is changed.