MetaDataNavTree.TreeViewDataBound Method
This member is reserved for internal use and is not intended to be used directly from your code. Raises the DataBound() event.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Protected Sub TreeViewDataBound ( _
sender As Object, _
e As EventArgs _
)
'Usage
Dim sender As Object
Dim e As EventArgs
Me.TreeViewDataBound(sender, e)
protected void TreeViewDataBound(
Object sender,
EventArgs e
)
Parameters
sender
Type: System.ObjectThe source of the event.
e
Type: System.EventArgsThe EventArgs object that contains the event data.
Remarks
This method registers the ViewSwitchingInfo of the current list view to the page when the MetaDataNavTree is not located on the configuration page. If the MetaDataNavTree is registered, then this method expands the nodes of the tree view starting from the tree root.