对HTML元素的事件处理程序的注册的方法也有很大的变化。
Also, the way of registering event handlers to HTML elements was changed.
在本文中,我们将展示如何用一个特定的连接端口注册CIM事件处理程序以避免增加复杂度。
In this article, we show you how to register CIM event handlers with a a single specific connection port to avoid added complexity.
当在目标CIM 服务器上注册 CIM事件处理程序时,我们能够获得每个建立的侦听程序的连接信息。
When the CIM event handlers are registered on the target CIM server, we were able to get the connection information of each established listener.
每个阶段中,路径中的任何元素都可以注册为事件观测者,从而能够触发事件处理程序。
During each phase, any element along the path can be registered as an observer of the event, and can thus trigger an event handler.
编写将用于解释ui中的更改并相应修改ACL和注册中心的事件处理程序和服务方法。
Writing event handlers and service methods that will interpret changes in the UI and modify ACLs and the registry accordingly.
如果用户改变了文本框中的值或切换了下拉列表中的选定元素,您就能够注册一个事件处理程序,引发事件时,执行代码。
If the user changes the value in a textbox or switches the selected element in a dropdown list, you can register an event handler and have code execute when the event is raised.
一旦注册完毕,当语法分析器处理文档时,语法分析器就会通知所有分析事件的内容处理程序。
Once registered, the parser notifies the content handler of all parse events as the parser processes the document.
返回到清单7,需要做的最后一件事是注册事件处理程序。
Going back to Listing 7, the last thing you do is register event handlers. You are registering for online and offline events.
XML标记的不同部分(如起始和结束标签、文本、实体)触发特殊的事件,开发人员为这些事件注册处理程序代码。
The developer registers handler code for specific events that are triggered by different parts of XML markup (such as start and end tags, text, entities).
XML标记的不同部分(如起始和结束标记、文本、实体)触发特殊的事件,然后为这些事件注册处理程序代码。
You register handler code for specific events that are triggered by different parts of XML markup (such as start and end tags, text, and entities).
到目前为止,AXIOM还不允许使用OMElement注册内容处理程序来处理收到的SAX事件。
At present, AXIOM does not allow you to register a content handler with an OMElement to receive SAX events.
若要使用在另一个类中定义的事件,必须定义和注册一个事件处理程序。
To consume events defined in another class, you must define and register an event handler.
将安全检查添加到事件处理方法并不影响代码注册调用该方法的事件处理程序。
Adding a security check to an event-handling method does not prevent code from registering an event handler that invokes the method.
通过维护事件的已注册事件处理程序列表,委托为引发事件的类担当事件发送器的角色。
A delegate ACTS as an event dispatcher for the class that raises the event by maintaining a list of registered event handlers for the event.
通过维护事件的已注册事件处理程序列表,委托为引发事件的类担当事件发送器的角色。
A delegate ACTS as an event dispatcher for the class that raises the event by maintaining a list of registered event handlers for the event.
应用推荐