英语人>词典>汉英 : 事件处理程序 的英文翻译,例句
事件处理程序 的英文翻译、例句

事件处理程序

词组短语
event handler
更多网络例句与事件处理程序相关的网络例句 [注:此内容来源于网络,仅供参考]

Event, because the event handlers cannot be associated with a dynamically created form/page.

事件,因为事件处理程序不能用一个动态创建的窗体相关/页。

If you want to extend the button click placed in the user control to the page, then declare an Event handler and on the click of the button just make a call to the declared event handler.

如果你想扩展按钮在用户控件放置到页面中,然后声明一个事件处理程序和按一下按钮就打电话到所申报的事件处理程序

An '''edge-triggered interrupt''' is a class of interrupts that are signalled by a level transition on the interrupt line, either a

在计算机信息处理技术中,中断是指在程序执行期间,系统内发生了非寻常的或非预期的急需处理的事件,使得 CPU 暂时中断当前正在执行的程序而转去执行相应的事件处理程序,待处理完毕后又返回原来被中断处继续执行或调度新的进程执行的过程。

Most of the game play is event driven, so the use of gameState allows the various event handlers to determine the proper actions to take.

在游戏的大部分事件驱动,所以gameState允许使用的各种事件处理程序,以确定采取适当的行动。

This is handled by the txtBoxDescr_TextChanged event handler.

这是处理的txtBoxDescr_TextChanged事件处理程序

For removing the event handler, we need to select the relevant event handler node from the tree, if there is any event associated with it.

为消除该事件处理程序,我们需要选择有关事件处理的树节点,如果没有与它相关的任何活动。

Creates event handlers for any and all of the component's events.

创建事件处理程序的任何和所有的组件的事件。

This is the main form of the application; this form is used to provide a test harness for testing each of the functions defined in the Accessor class; all functions defined in the Accessor class have a corresponding menu item and the click event handler for each menu item executes an Accessor class function; supplying any arguments necessary as canned values.

这是应用程序的主要形式,这种形式是用来提供测试在访问器类中定义的每一项功能测试工具,在存取程序类中定义的所有功能,具有相应的菜单项,每个菜单上单击事件处理程序项目执行一个访问器类的功能;提供任何论据,罐头价值必要的。

To finish off the initialisation, we hook up some event handlers for mouse events

要完成关闭初始化,我们接上鼠标的一些事件的事件处理程序

More than this, you can even create custom event handlers and bind them into loose XAML files that will be loaded in runtime, whenever you need it without recompiling application code.

比这更多,你甚至可以创建自定义的事件处理程序,并松散XAML文件将在运行时加载,只要你需要而不需要重新编译应用程序代码有约束他们。

更多网络解释与事件处理程序相关的网络解释 [注:此内容来源于网络,仅供参考]

capturing:捕捉

第一,在捕捉(capturing)阶段,事件从Document对象沿着文档树向下传播给目标节点. 如果目标的任何祖先(不是目标自身)专门注岫了捕捉事件的处理程序,那么在事件传播过程中,就会运行这些处理程序(不久我们将学习如何注册常规的事件处理程序和捕捉事件处理程序).

DBLK deblock:程序分快

indication and event handling 事件处理 | DBLK deblock 程序分快 | DC directing current 直流电

event handler:事件处理器

为了实现这个功能,需要使用一种称为事件处理器(event handler)的机制. 当事件发生时,事件处理器将连接到需要执行的事件处理代码. 事件处理器提供了当事件发生时捕获事件、并且执行相应的事件处理程序的机制.

event handler:事件处理程序

你需要为该参数指定DEFAULT关键字. n T-SQL PRINT 语句输出 可以用处理警告的方法处理这类输出. 利用SqlConnection的InfoMessage事件处理程序(event handler)读取输出,或者如果存储过程中发生真正的错误则在Catch块中读取输出.

SMEHSignaling Message Event Handler:信令通报事件处理程序,信令消息事件处理程序

12SMEFSystem Management Elementary File系统管理的基本文件 | 13SMEHSignaling Message Event Handler信令通报事件处理程序,信令消息事件处理程序 | 14SMEMSpeech MEMory语音存储器

signaling message event handler:abbr. smeh; 信令通报事件处理程序,信令消息事件处理程序

Event ID:事件识别符

831event handler事件处理程序 | 832event ID事件识别符 | 833event-driven事件驱动

event-driven programming:事件驱动程序设计

event-driven 事件驱动 | event-driven programming 事件驱动程序设计 | event-handling procedure 事件处理步骤

Event handlers:事件处理程序

事件处理程序(Event Handlers) 正如你所期望的,匿名内容里的元素支持鼠标点击、键盘按下等事件. 但你可能会想采用一种特别方式触发事件和处理程序. 如果需要,你可以向匿名内容里 的元素添加事件处理程序. 上一小节的最后一个例子其实已经演示了这点.

processor:加工者

如果当前的Leader线程检测到事件源中的一个事件,它会做两件事情:首先,它把一个Follower线程提升为一个新的Leader,然后它自己将变为一个加工者(processor)线程将事件分离并分派给指定的事件处理程序,事件处理程序运行在接收事件的线程中.