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