Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / StateManaged Class / LoadViewState Method


In This Topic
    LoadViewState Method (StateManaged)
    In This Topic
    Loads the stored view state.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub LoadViewState( _
       ByVal state As Object _
    ) 
    'Usage
     
    
    Dim instance As StateManaged
    Dim state As Object
     
    instance.LoadViewState(state)
    protected virtual void LoadViewState( 
       object state
    )

    Parameters

    state
    See Also