[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Chart.SpreadChart.LoadControlState

LoadControlState Method

LoadControlState(object)

Restores control-state information from a previous page request that was saved by the SaveControlState() method.

Declaration
protected override void LoadControlState(object savedState)
Protected Overrides Sub LoadControlState(savedState As Object)
Parameters
Type Name Description
object savedState

A System.Object that represents the control state to be restored.

Overrides