我使用 Mvvm 灯(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/>