Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / BeforeCallLoadViewStateOfBase Method


In This Topic
    BeforeCallLoadViewStateOfBase Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub BeforeCallLoadViewStateOfBase( _
       ByVal savedState As Object _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim savedState As Object
     
    instance.BeforeCallLoadViewStateOfBase(savedState)
    protected virtual void BeforeCallLoadViewStateOfBase( 
       object savedState
    )

    Parameters

    savedState
    See Also