您要查找的是不是:
- delegated event handling model 委托事件处理模型
- For implementing event handling functionality. 实现事件处理功能.
- Complex changes are done in the form's event handling methods. 复杂的数据交互在窗体的事件处理方法中实现。
- A vital part of any development environment is event handling. 任何开发环境中最重要的部分都是事件处理。
- In this case, you would use immediate event handling. 在这种情况中,您就可以使用即时事件处理。
- For details, see Server Event Handling in ASP.NET Web Pages. 有关详细信息;请参见ASP.;NET网页中的服务器事件处理。
- Event handling provides a great deal of flexibility. 事件处理提供了大量灵活性。
- Then, you can use the following code for the event handling. 然后,可以使用以下代码处理事件。
- Returning FALSE continues the normal event handling. 返回FALSE继续正常的事件处理。
- Delegates allow for flexibility and fine-grain control in event handling. 委托考虑了事件处理中的灵活性和精确控制。
- In the event handling code, determine whether the ESC key value was raised. 在事件处理代码中,确定是否引发了Esc键值。
- In the text, we discuss the following topics in detail: MVC model, event handling, layout management, painting component, undoing and redoing, dragging and dropping, multi-thread processing and so on. 在文中,我们从以下几个方面对图组件库进行了详细讨论:MVC模式、事件处理、布局管理、绘制组件、撤消重做、拖放和多线程处理。
- It is not used for event handling outside the scope of component development and is not used for DOM event binding. 它不用于组件开发范围以外的事件处理,也不用于DOM事件绑定。
- The following code example demonstrates how to set up event handling for an event exposed by the hosted control. 下面的代码示例演示如何为寄宿控件公开的事件设置事件处理。
- The following code example shows how to provide event handling code for soft key presses. 下面的代码示例演示如何为按下软键提供事件处理代码。
- Class to show the comparative ease of bolting event handling onto any old class. 类,演示了可以相对容易地把事件处理功能加到任何原有的类中。
- You can therefore add client-script event handling to controls as you would with any elements on the page. 因此,可以像使用页面上的任何元素一样,将客户端脚本事件处理添加到控件中。
- This turns off event handling whether the add-in or the IDE is shut down while the add-in is still running. 这样,无论是关闭外接程序还是在外接程序仍然运行的情况下关闭IDE,都会关闭事件处理。
- On the left is the Map Help menu item, which has event handling code that displays a message box. 左边为Map Help菜单项,该菜单项具有显示一个消息框的事件处理代码。
- Statements allow you to start and stop event handling at any time during program execution. 语句使您可以在程序执行过程中的任何时候启动和停止事件处理。