<i:Interaction.Triggers>
<i:EventTrigger EventName="DownloadStartedEvent">
<ei:ControlStoryboardAction/>
</i:EventTrigger>
<i:Interaction.Triggers>
DownloadStartedEventは、私のViewModelの公開イベントです。ViewModelのDownloadStartedEventが発生したときに、ビューのこのトリガーでStoryBoardを開始したいと思います。それを達成する方法はありますか?