事件处理方法 meaning in Chinese
event-handling method
Examples
- The delegate then calls the event handling method on the recipient , delivering the event data
然后,委托调用接收方的事件处理方法并传送事件数据。 - Double - click the button on form1 , to create an event - handling method for the button s
双击form1上的“ button ” ,以创建按钮click事件的事件处理方法。 - Method is called in an event - handling method for an event that raises a post back to the server
通常,在引发回发到服务器的事件的事件处理方法中调用 - Page event handlers are not required to take parameters as other event - handling methods do
页事件处理程序不必使用参数,这一点与其他事件处理方法不同。 - The event - handling method is called whenever the event occurs , unless you remove the delegate
除非移除委托,否则每当事件发生时都会调用该事件处理方法。