网页
图片
视频
学术
词典
地图
更多
航班
笔记本
addHandler
网络
定义
网络释义
1.
定义
挂起请求被挂起 ... “Catch” 变量 “
AddHandler
”
定义
“Select Case” 语句的第一个表达式中无效 ...
msdn.microsoft.com
|
基于2410个网页
例句
释义:
全部
全部
,
定义
定义
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
The
addHandler
and
removeHandler
methods
also
enable
you
to
dynamically
change
an
event
in
a
script
component
at
run
time
.
addHandler
和
removeHandler
方法
还
可以
用于
在
脚本
组件
中
在
运行
时
动态
更改
事件
。
msdn2.microsoft.com
2.
The
parameters
of the
AddHandler
, RemoveHandler,
and
RaiseEvent
methods
cannot
be
declared
with
the
Optional
or
ParamArray
modifiers
.
不能
用
Optional
或
ParamArray
修饰符
声明
AddHandler
、
RemoveHandler
和
RaiseEvent
方法
的
参数
。
msdn2.microsoft.com
3.
Do
not
use
the
addHandler
method
for
error
events
.
请
不要
对
错误
事件
使用
addHandler
方法
。
msdn2.microsoft.com
4.
Before
an
event
handler
becomes
usable
,
you
must
first
associate
it
with
an
event
by
using
either
the
Handles
or
AddHandler
statement
.
在
事件
处理
程序
生效
之前
,
首先
必须
使用
Handles
或
AddHandler
语句
将
它
与
事件
关联
。
msdn2.microsoft.com
5.
The
AddHandler
and
RemoveHandler
statements
are
more
flexible
than
the
Handles
clause
.
AddHandler
和
RemoveHandler
语句
要
比
Handles
子句
更
灵活
。
msdn2.microsoft.com
6.
For
custom
events, the
AddHandler
statement
invokes the
event
's
AddHandler
accessor
.
对于
自
定义
事件
,
AddHandler
语句
将
调用
事件
的
AddHandler
访问器
。
msdn2.microsoft.com
7.
Xajax
.
AddHandler
adds
an
event
handler
to
an
element
.
增加
一
个
处理器
到
一个
页面
元素
。
spaces.msn.com
8.
You
cannot
use
the
Handles
statement
to
handle
the NetworkAvailabilityChanged
event
;
you
must
use
the
AddHandler
statement
.
不能
使用
Handles
语句
来
处理
NetworkAvailabilityChanged
事件
;
必须
使用
AddHandler
语句
。
msdn2.microsoft.com
9.
The
following
example
shows
how
to
associate
an
event
handler
with
an
element
by
using
the
addHandler
method
.
下面
的
示例
演示
如何
使用
addHandler
方法
将
一个
事件
处理程序
与
一个
元素
关联
。
msdn2.microsoft.com
10.
To
do
so
,
you
must
add
(
or
uncomment
)
this
line
in
httpd
.
conf
:
AddHandler
cgi-script
.
cgi.
为此
,
必须
在
httpd.conf
中
添加
(
或者
去除
注释
)
以下
这
一行
:
AddHandlercgi-script.cgi
。
www.ibm.com