你会使用什么函数调用,和在事件程序你会放置它吗?
What function call would you use, and in which event procedure would you place it?
在事件程序中隐式定义的变量VEH 对事件处理程序和事件处理程序内嵌套的范围内的所有活动可见。
The variable VEH that is defined implicitly in the event handler is seen by all activities inside the event handler and scopes nested inside the event handler.
志愿者报告的事件中,每 20 个就有一个属于这种程序组合失败。
About one in twenty of the incidents the volunteers reported were these "programme assembly failures".
这将使用一个虚拟异常事件调用程序。
解析器向一个事件处理程序发送事件,比如元素的开始和结束,而事件处理程序则处理该信息。
The parser sends events, such as the start or end of an element, to an event handler, which processes the information.
事件处理程序如清单20所示。
用事件警告程序检测事件警告。
它为每一个菜单选项提供事件处理程序。
什么是事件处理程序?
为了保证流程执行所有事件处理程序,此接收活动将等待最后一个事件处理程序实例发送完成通知。
To guarantee that the process executes all event handlers, this receive activity waits until the last active event handler instance sends a notification of completion.
首先,我们必须修改对所有事件处理程序的完成情况进行的检查,以反映只要有三个事件处理程序完成就足够了。
First we have to modify the check for completion of all event handlers to reflect that it is sufficient if three event handlers have finished.
简单地说,过滤器是将接收到的事件传送给另一个事件处理程序的SAX事件处理程序。
Simply put, a filter is a SAX event handler that passes the events it receives to another event handler.
将为事件处理程序的每个实例提供该事件处理程序内定义的所有进程数据和控制行为的私有副本。
A private copy of all process data and control behavior defined within an event handler is provided to each instance of an event handler.
这样,主范围内的循环和事件处理程序中的逻辑就可以控制事件处理程序的最终数目。
By doing so, the loop in the main scope and logic in the event handler controls the final number of event handler instances.
注意您在事件处理程序中做了多少工作。
除了构建事件,还可以引入应用程序事件。
In addition to build events, you can tap into application events.
通常,应用程序可以通过多个连接端口用事件处理程序创建事件侦听程序,但是这在网络资源和维护方面花费较大。
Generally, an application can create event listeners with event handlers through multiple connection ports, but this is costly in terms of network resources and maintenance.
事件处理程序是此控件的一个强大特性。
此调用活动将调用事件处理程序。
安装任何一种事件处理程序都是需要技巧的,因为正在修改的元素很可能已经在其内安装了事件处理程序。
Installing event handlers of any kind can be tricky, because there's always the chance that the elements you are modifying already have event handlers installed in them.
虽然事件处理程序只处理某种单一事件,拖动处理程序却可以处理整个拖放过程。
Although an event handler handles a single event of some kind, a drag handler handles the entire drag-and-drop process.
获取流程实例的取消事件处理程序。
清单4显示了如何用SBLIMCIM客户机库绑定事件处理程序与事件过滤器。
Listing 4 shows how to bind an event handler to an event filter with the SBLIM CIM client library.
事件处理程序是对应特定事件的一段可执行代码或者标记。
An event handler is a piece of executable code or markup that responds to a particular event.
添加事件处理程序来应对随时可能发生的取消事件。
Add event handlers to deal with the cancellation event that can happen at uncertain times.
在定义事件处理程序时,必须仔细考虑这些限制。
These restrictions must be considered carefully when an event handler is defined.
定义启动所需数量的事件处理程序的循环。
Define a loop that starts the required number of event handlers.
对于您关心的那些事件,必须定义事件处理程序。
You need to define event handlers for just those things you care about.
事件处理程序将描述在发生特定事件后采取的操作。
Event handlers describe the action that will be taken after a specific event occurs.
这也适用于事件处理程序。
应用推荐