Click or drag to resize

TreeViewMouseEvent Constructor (Typed)

X#
Initializes a new instance of the TreeViewMouseEvent class

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

Parameters

oTreeView
Type: TreeView
oItem
Type: TreeViewItem
e
Type: TreeNodeMouseClickEventArgs
See Also