TreeNode.IStateManager.LoadViewState Method (Object)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Loads the node's previously saved view state.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

Private Sub LoadViewState (
	state As Object
)
	Implements IStateManager.LoadViewState

Parameters

state
Type: System.Object

A System.Object that contains the saved view state values.

.NET Framework
Available since 2.0
Return to top
Show: