假如有一个wpf控件CheckBox chkBox,执行其单击事件的代码如下:
chkBox.RaiseEvent(new RoutedEventArgs(CheckBox.ClickEvent, chkBox));