以前用的是winform 现在转wpf遇到点问题 希望大家帮忙解答一下怎么创建出左键右键同时点击button的事件
在MouseButtonEventArgs e这个参数的e中判断LeftButton和 RightButton
一样的,用MouseUp,而不是Click