ListViewMouseEvent 构造函数 | |
构造一个 ListViewMouseEvent 对象。
命名空间:
VO
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
oControlNotifyEvent
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public ListViewMouseEvent(
__Usual oControlNotifyEvent = default
)
查看代码参数
- oControlNotifyEvent (Optional)
- 类型:__Usual
事件发生时发生的 ControlNotifyEvent。
参见