对不起,我说的不完全对!
应该是用于选择与tick有关联的事件!类似于把timer绑定在你所选择的事件上,当那个事件被激活时timer开始工作!
以前我也遇到过这个问题!呵呵!

解决方案 »

  1.   

    我自己又看了一下,应该是Timer时间一到激发你绑定到选择的事件上.可是我的代码怎么会莫名其妙的没有了,VS.NET真无聊
      

  2.   

    vs.net很好用啊,基本上什么东东都给你设计的比较周全.简单的代码就可以搞定大部分的东东.如果你不想用它给你定好的这些东东,自己写代码也可以实现,灵活性还是很大的.
      

  3.   

    If you press the button ,then VS will list all the event procedures which have the same signature as the timer_tick event procedure for you to choose.And it's very comvenient ,in my opinion.
      

  4.   

    If you press the button ,then VS will list all the event procedures
     which have the same signature as the timer_tick event procedure 
    for you to choose.And it's very comvenient ,in my opinion