Nevron .NET Vision
Nevron.ThinWeb Namespace / INCustomRequestCallback Interface / OnCustomRequestCallback Method


In This Topic
    OnCustomRequestCallback Method
    In This Topic
    Called when the client browser processes a custom request
    Syntax
    'Declaration
     
    
    Sub OnCustomRequestCallback( _
       ByVal control As NAspNetThinWebControl, _
       ByVal context As NRequestContext, _
       ByVal argument As System.String _
    ) 
    'Usage
     
    
    Dim instance As INCustomRequestCallback
    Dim control As NAspNetThinWebControl
    Dim context As NRequestContext
    Dim argument As System.String
     
    instance.OnCustomRequestCallback(control, context, argument)
    void OnCustomRequestCallback( 
       NAspNetThinWebControl control,
       NRequestContext context,
       System.string argument
    )

    Parameters

    control
    context
    argument
    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