抛出异常是事件处理器的责任。
Throwing exceptions is the responsibility of the event handlers.
确实如此;这是事件处理器的工作。
最后由parse调用事件处理器。
窗口过程就是事件处理器。
key - up事件处理器更加有趣。
回调被称为事件处理器。
事件处理器的逐步讨论。
Bland特别喜欢Mate的事件处理器。
VB的声明式事件处理器激发了这一语法灵感。
The syntax is even inspired by VB's declarative event handlers.
发生或触发一个事件意味调用这个事件处理器。
只须简单地启动事件,并且设置好事件处理器即可。
控制立即传到事件处理器,并且不会返回,除非处理完成。
Control passes immediately to the event handler and doesn't return until it's done executing.
对于每一个事件,都会有一个或者更多的事件处理器被调用。
为了删除一个单独的事件处理器,需要指定所有的三个参数。
To remove a single event handler, specify all three arguments.
创建一个允许事件处理器设计规则路径和输入参数的会话请求。
Creates a session request that allows the event handler to set the rule path and the input parameters.
然后评估响应会返回给定制的事件处理器以便执行更进一步处理。
The evaluation response is then returned to the custom event handler for further actions.
应用程序逻辑(在BestDeal中)与事件处理器保持分离。
The application logic (in BestDeal) is kept separate from the event handler.
这些函数遍历客户机对象列表,为每个客户机调用相应的事件处理器。
These functions iterate the client list, calling the appropriate event handler for each client. In code, it looks like this.
在Form 1_load事件处理器方法中,复制并粘贴以下代码。
In the Form1_Load event handler method, copy and paste the following code.
相对于静态外部函数来说,用成员函数作为事件处理器是最丑陋的做法。
And it's especially ugly if you want to use member functions as the event handlers, as opposed to static extern functions.
这将打开表单的代码页面,并创建Form 1_load事件处理器方法。
This opens the code page for the form, and it creates Form1_Load event handler method.
如果一个事件处理器花费了过长时间,它可能会延迟浏览器本身对未连接的事件的响应。
If an event handler takes too long, it might delay the browser's own responses to events that have not been hooked.
为注册事件处理器并启动语法分析器,应用程序使用XMLReader接口。
To register event handlers and to start parsing, the application USES the XMLReader interface. As we have seen, parse , a method of XMLReader, starts the parsing.
事件处理器能够将应用逻辑整合到ContentManager文档属性中。
Event handlers provide the ability to integrate application logic with Content Manager document attributes.
其中result和faul t属性是ActionScript事件处理器。
The result and fault attributes are ActionScript Event Handlers.
通知可用于无效的缓存对象,或者在对象被添加、替换以及移除时指定事件处理器。
Notifications can be used to invalidate cached objects or to specify event handlers when objects are added to, replaced, or removed from the cache. Performance improvements.
声明事件处理器的最简单方案是继承SAX提供的defaulthandler。
The easiest solution to declare an event handler is to inherit from the SAX-provided defaulthandler.
USER_HOME/.grails/scripts——用户特定的事件处理器
请注意,事件处理器接收元素名称、名称空间和属性列表作为来自语法分析器的参数。
Notice that the event handler receives the element name, namespace and attribute lists as parameters from the parser.
请注意,事件处理器接收元素名称、名称空间和属性列表作为来自语法分析器的参数。
Notice that the event handler receives the element name, namespace and attribute lists as parameters from the parser.
应用推荐