'DeclarationPublic Overridable Sub OnAsyncRefresh( _ ByVal webControlId As System.String, _ ByVal context As System.Web.HttpContext, _ ByVal state As NStateObject, _ ByVal args As System.EventArgs _ )
'UsageDim 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