Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NRenderSessionStateManager Class / StoreState Method
The web control, which state to store.


In This Topic
    StoreState Method (NRenderSessionStateManager)
    In This Topic
    Override this method to implement the state storage logic.
    Syntax
    'Declaration
     
    
    Public Overrides Function StoreState( _
       ByVal imageControl As NImage _
    ) As NStateObject
    'Usage
     
    
    Dim instance As NRenderSessionStateManager
    Dim imageControl As NImage
    Dim value As NStateObject
     
    value = instance.StoreState(imageControl)
    public override NStateObject StoreState( 
       NImage imageControl
    )

    Parameters

    imageControl
    The web control, which state to store.

    Return Value

    The state object, generated for state storage.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also