MetaDataNavTree.CallOnTreeViewLoad Method
This member is reserved for internal use and is not intended to be used directly from your code. Initializes the WebTreeView() and binds the data source to it.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Protected Sub CallOnTreeViewLoad
'Usage
Me.CallOnTreeViewLoad()
protected void CallOnTreeViewLoad()
Remarks
This method does nothing if the BaseWebTreeView has already been initialized; otherwise, it registers the event-handling method for the DataBound() event and calls the OnTreeViewLoad() method to initialize the tree view and bind the data source to it.