TreeViewSelectionEvent Constructor (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oTreeView AS TreeView,
oItem AS TreeViewItem,
Action AS TreeViewAction,
lBeginning AS LOGIC
)
public TreeViewSelectionEvent(
TreeView oTreeView,
TreeViewItem oItem,
TreeViewAction Action,
bool lBeginning
)
Request Example
View SourceParameters
- oTreeView
- Type: TreeView
- oItem
- Type: TreeViewItem
- Action
- Type: TreeViewAction
- lBeginning
- Type: Logic
See Also