Nevron.UI.WebForm.Controls Namespace / NHttpHandlerCallback Class / OnAsyncRefresh Method


In This Topic
    OnAsyncRefresh Method (NHttpHandlerCallback)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnAsyncRefresh( _
       ByVal webControlId As System.String, _
       ByVal context As System.Web.HttpContext, _
       ByVal state As NStateObject, _
       ByVal args As System.EventArgs _
    ) 
    'Usage
     
    
    Dim instance As NHttpHandlerCallback
    Dim webControlId As System.String
    Dim context As System.Web.HttpContext
    Dim state As NStateObject
    Dim args As System.EventArgs
     
    instance.OnAsyncRefresh(webControlId, context, state, args)
    public virtual void OnAsyncRefresh( 
       System.string webControlId,
       System.Web.HttpContext context,
       NStateObject state,
       System.EventArgs args
    )

    Parameters

    webControlId
    context
    state
    args
    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