event 和 delegate 的区别:https://www.cnblogs.com/sword-magical-blog/p/11430891.html二者都是类似回调函数的作用,event 关键字让类外不能修改这个delegate,不然可能被赋值为null。