Click or drag to resize

TreeViewEditEvent Constructor (Typed)

X#
Initializes a new instance of the TreeViewEditEvent class

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
)
Request Example View Source

Parameters

oTreeView
Type: TreeView
oItem
Type: TreeViewItem
cLabel
Type: String
lBefore
Type: Logic
See Also