gpt4 book ai didi

wpf - 如何在 XAML 中添加 EventToCommand

转载 作者:行者123 更新时间:2023-12-04 19:35:26 24 4
gpt4 key购买 nike

我使用 Mvvm light(wpf45)。

我想在 XAML 中添加 EventToCommand,我使用这个

xmlns:cmd ="http://www.galasoft.ch/mvvmlight"
xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"

但不要添加 EventToCommand

<Button>
<i:Interaction.Triggers>
<i:EventTrigger EventName="Click">
<cmd:EventToCommand/>
</i:EventTrigger>
</i:Interaction.Triggers>
</Button>

我在 <cmd:EventToCommand/> 中出错

最佳答案

使用这个引用,

xmlns:cmd="clr-namespace:GalaSoft.MvvmLight.Command;assembly=GalaSoft.MvvmLight.Extras.WPF4"

您可以使用 EventToCommand 类。

希望对你有帮助:)

关于wpf - 如何在 XAML 中添加 EventToCommand,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17647574/

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