确实如此;这是事件处理器的工作。
窗口过程就是事件处理器。
回调被称为事件处理器。
事件处理器的逐步讨论。
如何给一个HTML元素绑定事件处理器?
你可以在你的代码中处理这些事件,通过添加事件处理器。
You can "handle" these events in your code by adding an event handler.
对于每一个事件,都会有一个或者更多的事件处理器被调用。
为了删除一个单独的事件处理器,需要指定所有的三个参数。
To remove a single event handler, specify all three arguments.
应用程序逻辑(在BestDeal中)与事件处理器保持分离。
The application logic (in BestDeal) is kept separate from the event handler.
事件处理器为一个子程序,它可以为指定的事件执行相应代码。
An event Handler is a subroutine that executes code for a given event.
在Form 1_load事件处理器方法中,复制并粘贴以下代码。
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.
其中result和faul t属性是ActionScript事件处理器。
The result and fault attributes are ActionScript Event Handlers.
当接收到来自客户端的数据时,Node . js会调用这个特殊的事件处理器。
Node.js calls this particular event handler when data is received from the client.
其他的事件处理器包括connect、end、timeout、drain、error和close。
Other event handlers include connect, end, timeout, drain, error, and close.
负责做这件事情的处理器事件称为 L2_LINES_IN 。
最后为点击事件关联一个处理器。
最后为点击事件关联一个处理器。
应用推荐