比如
        public delegate int Test(int t);  //申明一个代理        public event Test e;    // 触发的事件