'Declaration
Sub OnAsyncCustomCommand( _ ByVal webControlId As System.String, _ ByVal context As System.Web.HttpContext, _ ByVal state As NStateObject, _ ByVal args As NCallbackCustomCommandArgs _ )
'Usage
Dim instance As INHttpHandlerCallback Dim webControlId As System.String Dim context As System.Web.HttpContext Dim state As NStateObject Dim args As NCallbackCustomCommandArgs instance.OnAsyncCustomCommand(webControlId, context, state, args)
void OnAsyncCustomCommand( System.string webControlId, System.Web.HttpContext context, NStateObject state, NCallbackCustomCommandArgs args )
Parameters
- webControlId
- context
- state
- args