gpt4 book ai didi

silverlight-4.0 - 由 ViewModel 中的事件触发的 View 中的 ControlStoryboardAction

转载 作者:行者123 更新时间:2023-12-03 10:18:22 25 4
gpt4 key购买 nike

<i:Interaction.Triggers>
<i:EventTrigger EventName="DownloadStartedEvent">
<ei:ControlStoryboardAction/>
</i:EventTrigger>
<i:Interaction.Triggers>

DownloadStartedEvent 是我的 ViewModel 上的一些公共(public)事件。当 ViewModel 上的 DownloadStartedEvent 被触发时,我希望我的 View 上的这个触发器启动 StoryBoard。有没有办法做到这一点?

最佳答案

当您将 EventName 绑定(bind)到 DataContext 的事件(又名您的 View 模型)时,它应该可以工作

<i:Interaction.Triggers>
<i:EventTrigger EventName="{Binding DownloadStartedEvent}">
<ei:ControlStoryboardAction/>
</i:EventTrigger>
<i:Interaction.Triggers>

关于silverlight-4.0 - 由 ViewModel 中的事件触发的 View 中的 ControlStoryboardAction,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6866960/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com