CheckBox.BINDEVENT 方法 | |
命名空间:
XSharp.VFP.UI
程序集:
XSharp.VFP.UI (在 XSharp.VFP.UI.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD BINDEVENT(
oEventSource AS USUAL,
cEvent AS USUAL,
oEventHandler AS USUAL,
cDelegate AS USUAL,
nFlags AS USUAL
) AS LONG
public virtual int BINDEVENT(
__Usual oEventSource,
__Usual cEvent,
__Usual oEventHandler,
__Usual cDelegate,
[DefaultParameterValueAttribute(0, 0)] __Usual nFlags
)
查看代码参数
- oEventSource
- 类型:__Usual
- cEvent
- 类型:__Usual
- oEventHandler
- 类型:__Usual
- cDelegate
- 类型:__Usual
- nFlags
- 类型:__Usual
返回值
类型:
Int32参见