TreeNode.LoadViewState(Object) Method

Definition

Loads the previously saved view state of the node.

protected:
 virtual void LoadViewState(System::Object ^ state);
protected virtual void LoadViewState (object state);
abstract member LoadViewState : obj -> unit
override this.LoadViewState : obj -> unit
Protected Overridable Sub LoadViewState (state As Object)

Parameters

state
Object

An Object that represents the state of the node.

Remarks

LoadViewState is a helper method used to load the previously saved view state of the node

Applies to

See also