[]
        
(Showing Draft Content)

FarPoint.Web.Chart.MapArea.LoadViewState

LoadViewState Method

LoadViewState(object)

Restores view state information that was saved by SaveViewState.

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

An object that represents the control state to restore.

Overrides