MvvmLight:Command

<i:Interaction.Triggers>
<i:EventTrigger EventName="SelectionChanged">
<cmd:EventToCommand Command="{Binding ValudChangedCommand}"/>
</i:EventTrigger>
</i:Interaction.Triggers>

原文地址:https://www.cnblogs.com/kelei12399/p/2949777.html