C#后台代码触发鼠标事件

比如Button的click事件,可以用:

buttonName.RaiseEvent(new RoutedEventArgs(System.Windows.Controls.Button.ClickEvent));

你可能感兴趣的:(遇到问题及解决)