the event handler is enabled, and
事件处理程序已启用,且
The Event Handler Step by Step.
事件处理器的逐步讨论。
The callback is called the event handler.
回调被称为事件处理器。
Your window procedure is the event handler.
窗口过程就是事件处理器。
The event handler for the control is created.
随即为该控件创建事件处理程序。
Add the appropriate code to the event handler.
加入适当的程序码至事件处理常式。
Use the event handler method name as the value.
将事件处理常式方法名称当做值使用。
We'll look at each part of the event handler definition
我们接下来将讨论事件处理程序的各个部分
In the attribute value, type the name of the event handler.
在属性值中,输入事件处理常式的名称。
In the example above, the event handler contained a human task.
在上面的示例中,事件处理程序包含一项手工任务。
This creates a variable that is local to the event handler instance.
这将创建一个事件处理程序实例的局部变量。
You set up the event handler to accept the callback from the service.
可以设置事件处理程序来接收来自服务的回调。
This causes demands made by the event handler method to succeed.
这导致事件处理程序方法发出的请求成功。
Type the event handler name or leave it blank to use the default name.
输入事件处理常式名称,或保留空白以使用预设名称。
This enables the event handler to access directly the application's UI.
这使事件处理程序可以直接访问应用程序的UI。
If the event handler cancels this event, the user cannot change the text.
如果事件处理程序取消此事件,则用户无法更改该文本。
To create the event handler, press ENTER or double-click the value column.
若要创建事件处理程序,请按enter或双击值列。
The application logic (in BestDeal) is kept separate from the event handler.
应用程序逻辑(在BestDeal中)与事件处理器保持分离。
Create an instance of the delegate, using a reference to the event handler method.
使用对该事件处理程序方法的一个引用创建委托的一个实例。
The event handler will calculate and save the new value for the WjcCounter property.
事件处理程序将为WjcCounter属性计算和保存新值。
The simplest event handler is a writer which outputs some text on each event.
最简单的事件处理程序就是输出每个事件中的一些文本的复写器。
The tag is an XML event handler.
标记是XML事件处理程序。
Get the cancellation event handler of the process instance.
获取流程实例的取消事件处理程序。
Finally, you define the simple event handler shown in Listing 5.
最后,需要定义简单的事件处理程序,如清单5所示。
This opens the code page for the form, and it creates Form1_Load event handler method.
这将打开表单的代码页面,并创建Form 1_load事件处理器方法。
Add an event handler in the process scope.
在流程作用域内添加一个事件处理程序。
Next, you will create a handler for the retrieve event.
接下来,您将创建获取事件的处理程序。
The rough idea is that we model an event handler that triggers one review.
粗略的想法是,我们建模一个触发审阅活动的事件处理程序。
Finally, I added a submit event handler to the form.
最后,我在表单中添加了一个提交事件处理程序。
Finally, I added a submit event handler to the form.
最后,我在表单中添加了一个提交事件处理程序。
应用推荐