gpt4 book ai didi

xaml - MVVM Light 上缺少 EventToCommand

转载 作者:行者123 更新时间:2023-12-01 23:09:50 24 4
gpt4 key购买 nike

这个有用的类似乎从最新的 MVVM Light 版本中消失了,知道为什么或如何解决它吗?

我正在使用 MvvmLightLibs.5.0.1.0,肯定在 MvvmLightLibs.4.1.27.0 上。所以这个问题与一个 EventToCommand Missing For Windows Phone App 无关

环境:VS2013,WP8.0

最佳答案

最后,我在 Galasoft.MvvmLight.Platform 上找到了 EventToCommand 类。我想作为一个多平台框架,程序集的变化是有意义的。

 xmlns:Command="clr-namespace:GalaSoft.MvvmLight.Command;assembly=GalaSoft.MvvmLight.Platform"

<i:Interaction.Triggers>
<i:EventTrigger EventName="Tap" >
<Command:EventToCommand Command="{Binding Path=MyVM.MyCommand, Source={StaticResource Locator}}"
PassEventArgsToCommand="False"
CommandParameter="{Binding}"/>
</i:EventTrigger>
</i:Interaction.Triggers>

关于xaml - MVVM Light 上缺少 EventToCommand,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26421397/

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