EasyUA Reference
ShowBrowseTreeList Constructor
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > ShowBrowseTreeList Class : ShowBrowseTreeList Constructor

srv
UA server session object for the server communication.
tvBranches
TreeView dialog where the nodes are displayed.
lvItems
ListView dialog where the Variable nodes of the selected node are displayed.

Glossary Item Box

Constructor. An object is created for the given UA server, TreeView and ListView controls. No UA server access is done in this constructor. The Show() method needs to be called to have the server browsed and the result displayed in the specified controls.

Syntax

Visual Basic (Usage)Copy Code
Dim srv As Session
Dim tvBranches As TreeView
Dim lvItems As ListView
 
Dim instance As New ShowBrowseTreeList(srv, tvBranches, lvItems)
C# 
public ShowBrowseTreeList( 
   Session srv,
   TreeView tvBranches,
   ListView lvItems
)

Parameters

srv
UA server session object for the server communication.
tvBranches
TreeView dialog where the nodes are displayed.
lvItems
ListView dialog where the Variable nodes of the selected node are displayed.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.