码迷,mamicode.com
首页 > Windows程序 > 详细

WPF---对于没有Command属性的添加以下代码可以达到有Command效果

时间:2015-06-01 13:06:15      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:

<sumer:EventToCommandBehavior.EventBindings>  

            // Command 对应Viewmodel      CommandParameter传递参数     Binding 属性, ElementName=绑定的控件名称  EventName事件名称  
                                <sumer:EventBinding Command="{Binding OnGridViewChange}" CommandParameter="{Binding SelectedItem, ElementName=ManifestLoadGridView}" EventName="CellEditEnded"/>
                            </sumer:EventToCommandBehavior.EventBindings>

WPF---对于没有Command属性的添加以下代码可以达到有Command效果

标签:

原文地址:http://www.cnblogs.com/wlwenjie/p/4543537.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!