WPF Button的鼠標事件

WPF Button的鼠標事件 在WPF 中,Button 的mouseDown/Up以及mouseLeftDown/up都被click替代了,要實現這些事件,必須使用AddHandler添加自定義的路由事件。web e.g:svg buttonName.AddHandler(Button.MouseDownEvent, new RoutedEventHandler(按鈕事件), true);
相關文章
相關標籤/搜索