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

uasession
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 BrowseTree
Dim uasession As Session
Dim trview As TreeView
 
instance.reInit(uasession, trview)
C# 
public void reInit( 
   Session uasession,
   TreeView trview
)

Parameters

uasession
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.