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


In This Topic
    BeforeLoadFromSession Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub BeforeLoadFromSession( _
       ByVal session As HttpSessionState, _
       ByVal sessionKey As String _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim session As HttpSessionState
    Dim sessionKey As String
     
    instance.BeforeLoadFromSession(session, sessionKey)
    protected virtual void BeforeLoadFromSession( 
       HttpSessionState session,
       string sessionKey
    )

    Parameters

    session
    sessionKey
    See Also