It provides an event handler for each menu option.
它为每一个菜单选项提供事件处理程序。
Your window procedure is the event handler.
窗口过程就是事件处理器。
In the example above, the event handler contained a human task.
在上面的示例中,事件处理程序包含一项手工任务。
The simplest event handler is a writer which outputs some text on each event.
最简单的事件处理程序就是输出每个事件中的一些文本的复写器。
Get the cancellation event handler of the process instance.
获取流程实例的取消事件处理程序。
You set up the event handler to accept the callback from the service.
可以设置事件处理程序来接收来自服务的回调。
This creates a variable that is local to the event handler instance.
这将创建一个事件处理程序实例的局部变量。
Finally, you define the simple event handler shown in Listing 5.
最后,需要定义简单的事件处理程序,如清单5所示。
You must set up your event handler to catch the incoming value.
必须设置事件处理程序来捕获传入的值。
The tag is an XML event handler.
标记是XML事件处理程序。
The callback is called the event handler.
回调被称为事件处理器。
There are several ways to wire an event to an event handler.
有几种方式可以将事件与事件处理程序相关联。
To remove a single event handler, specify all three arguments.
为了删除一个单独的事件处理器,需要指定所有的三个参数。
See Event handler requirements.
见事件处理函数要求。
In the Form1_Load event handler method, copy and paste the following code.
在Form 1_load事件处理器方法中,复制并粘贴以下代码。
This opens the code page for the form, and it creates Form1_Load event handler method.
这将打开表单的代码页面,并创建Form 1_load事件处理器方法。
The application logic (in BestDeal) is kept separate from the event handler.
应用程序逻辑(在BestDeal中)与事件处理器保持分离。
Node.js calls this particular event handler when data is received from the client.
当接收到来自客户端的数据时,Node . js会调用这个特殊的事件处理器。
Add an event handler in the process scope.
在流程作用域内添加一个事件处理程序。
In Listing 13, you add an event handler to the submit event of the form.
在清单13中,您向表单的submit事件添加了一个事件处理程序。
A definition of an event handler has two parts.
事件处理程序的定义包括两个部分。
Another element you can add to an event handler is a timeout.
另一个可以添加到事件处理程序的元素是Timeout。
Here you set an event handler for the onstorage event.
您在这里为onstorage事件设置一个事件处理程序。
Next, you need to write an event handler to respond to a list event.
接下来,您需要编写一个事件处理程序来响应list 事件。
the event handler is enabled, and
事件处理程序已启用,且
In the OnClick event handler of the button, you need to write this code.
在按钮的OnClick事件处理程序中,需要写入下列代码。
The event handler will calculate and save the new value for the WjcCounter property.
事件处理程序将为WjcCounter属性计算和保存新值。
Register multiple event filters for one event handler.
为一个事件处理程序注册多个事件过滤器。
Handler refers to the object path of one event handler instance.
Handler指一个事件处理程序实例的对象路径。
Without this receive activity, MainScope could finish before an event handler has been started.
没有这个接收活动,MainScope可能会在事件处理程序启动前完成。
应用推荐