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

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

Re-init the object and install the TreeView mouse-down handler.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ShowBrowseTreeList
Dim srv As Session
Dim tvBranches As TreeView
Dim lvItems As ListView
 
instance.reInit(srv, tvBranches, lvItems)
C# 
public void reInit( 
   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.