TreeViewEditEvent Constructor (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oTreeView AS TreeView,
oItem AS TreeViewItem,
cLabel AS STRING,
lBefore AS LOGIC
)
public TreeViewEditEvent(
TreeView oTreeView,
TreeViewItem oItem,
string cLabel,
bool lBefore
)
Request Example
View SourceParameters
- oTreeView
- Type: TreeView
- oItem
- Type: TreeViewItem
- cLabel
- Type: String
- lBefore
- Type: Logic
See Also