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