ListViewItemEvent 构造函数 (ListView, ListViewItem) | |
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
oLV AS ListView,
oItem AS ListViewItem
)
public ListViewItemEvent(
ListView oLV,
ListViewItem oItem
)
查看代码参数
- oLV
- 类型:ListView
- oItem
- 类型:ListViewItem
参见