TreeViewEditEvent 构造函数 | |
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
oTreeView AS TreeView,
oItem AS TreeViewItem,
cLabel AS STRING,
lBefore AS LOGIC
)
public TreeViewEditEvent(
TreeView oTreeView,
TreeViewItem oItem,
string cLabel,
bool lBefore
)
查看代码参数
- oTreeView
- 类型:TreeView
- oItem
- 类型:TreeViewItem
- cLabel
- 类型:String
- lBefore
- 类型:Boolean
参见