Click or drag to resize

TreeViewDeleteEvent Constructor (Typed)

X#
Initializes a new instance of the TreeViewDeleteEvent class

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oTreeView AS TreeView,
	oItem AS TreeViewItem
)
Request Example View Source

Parameters

oTreeView
Type: TreeView
oItem
Type: TreeViewItem
See Also