TreeViewMouseEvent Constructor (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax CONSTRUCTOR(
oTreeView AS TreeView,
oItem AS TreeViewItem,
e AS TreeNodeMouseClickEventArgs
)
public TreeViewMouseEvent(
TreeView oTreeView,
TreeViewItem oItem,
TreeNodeMouseClickEventArgs e
)
Request Example
View SourceParameters
- oTreeView
- Type: TreeView
- oItem
- Type: TreeViewItem
- e
- Type: TreeNodeMouseClickEventArgs
See Also