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

srv
Session for the UA server access
trview
TreeView to show the nodes

Glossary Item Box

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

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ShowBrowseTree
Dim srv As Session
Dim trview As TreeView
 
instance.reInit(srv, trview)
C# 
public void reInit( 
   Session srv,
   TreeView trview
)

Parameters

srv
Session for the UA server access
trview
TreeView to show the nodes

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.