标签: c# wpf mvvm
我是commandBehaviours的新手。每当我说出以下内容时,它就会抱怨:
无法解析符号commandBehaviours
我是否需要添加任何参考?
<Style TargetType="{x:Type DataGrid}"> <Setter Property="commandBehaviors:MouseDoubleClick.Command"></Setter> </Style>