<i:Interaction.Triggers>
<i:EventTrigger EventName="DownloadStartedEvent">
<ei:ControlStoryboardAction/>
</i:EventTrigger>
<i:Interaction.Triggers>
DownloadStartedEvent 是我的 ViewModel 上的一些公共事件。我希望我的视图上的这个触发器在 ViewModel 上的 DownloadStartedEvent 被触发时启动一个 StoryBoard。有没有办法做到这一点?